We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e727d19 commit 25e3a3eCopy full SHA for 25e3a3e
Client/mods/deathmatch/logic/CClientIFP.h
@@ -46,12 +46,10 @@ class CClientIFP: public CClientEntity, FileLoader
46
47
48
private:
49
- SString m_strBlockName;
50
- bool isVersion1;
51
- IFPHeaderV2 HeaderV2;
52
- std::vector <_CAnimBlendHierarchy> AnimationHierarchies;
53
- std::vector <_CAnimBlendSequence> AnimationSequences;
54
- unsigned char * KeyFramesArray;
+ SString m_strBlockName;
+ std::vector < IFP_Animation > m_Animations;
+ bool isVersion1;
+ IFPHeaderV2 HeaderV2;
55
56
};
57
0 commit comments