Skip to content

Commit 44121e8

Browse files
committed
added isIFPLoaded and s_iAnimationSearchReferences to CClientIFP
1 parent 3b1acd7 commit 44121e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Client/mods/deathmatch/logic/CClientIFP.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class CClientIFP: public CClientEntity, FileLoader
1515

1616
virtual eClientEntityType GetType ( void ) const { return CCLIENTIFP; }
1717

18+
bool isIFPLoaded ( void ) { return m_bisIFPLoaded; }
1819
bool LoadIFP ( const char* szFilePath, SString strBlockName );
1920
void UnloadIFP ( void );
2021

@@ -53,6 +54,7 @@ class CClientIFP: public CClientEntity, FileLoader
5354
bool isVersion1;
5455
IFPHeaderV2 HeaderV2;
5556
bool m_bisIFPLoaded;
57+
static DWORD s_iAnimationSearchReferences;
5658

5759
};
5860

0 commit comments

Comments
 (0)