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 3b1acd7 commit 44121e8Copy full SHA for 44121e8
Client/mods/deathmatch/logic/CClientIFP.h
@@ -15,6 +15,7 @@ class CClientIFP: public CClientEntity, FileLoader
15
16
virtual eClientEntityType GetType ( void ) const { return CCLIENTIFP; }
17
18
+ bool isIFPLoaded ( void ) { return m_bisIFPLoaded; }
19
bool LoadIFP ( const char* szFilePath, SString strBlockName );
20
void UnloadIFP ( void );
21
@@ -53,6 +54,7 @@ class CClientIFP: public CClientEntity, FileLoader
53
54
bool isVersion1;
55
IFPHeaderV2 HeaderV2;
56
bool m_bisIFPLoaded;
57
+ static DWORD s_iAnimationSearchReferences;
58
59
};
60
0 commit comments