Skip to content

Commit 25e3a3e

Browse files
committed
fixed private variables
1 parent e727d19 commit 25e3a3e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Client/mods/deathmatch/logic/CClientIFP.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ class CClientIFP: public CClientEntity, FileLoader
4646

4747

4848
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;
49+
SString m_strBlockName;
50+
std::vector < IFP_Animation > m_Animations;
51+
bool isVersion1;
52+
IFPHeaderV2 HeaderV2;
5553

5654
};
5755

0 commit comments

Comments
 (0)