mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-31 15:07:28 +05:00
Limit adjusters compatibility
This commit is contained in:
parent
a111ac1cb5
commit
ff73b2099b
1 changed files with 1 additions and 6 deletions
|
@ -163,7 +163,7 @@ public:
|
||||||
/********** END CFLAGS **************/
|
/********** END CFLAGS **************/
|
||||||
|
|
||||||
WORD RandomSeed; // 0x20
|
WORD RandomSeed; // 0x20
|
||||||
short m_nModelIndex; // 0x22
|
unsigned short m_nModelIndex; // 0x22
|
||||||
void* pReferences; // 0x24
|
void* pReferences; // 0x24
|
||||||
void* m_pLastRenderedLink; // 0x28
|
void* m_pLastRenderedLink; // 0x28
|
||||||
WORD m_nScanCode; // 0x2C
|
WORD m_nScanCode; // 0x2C
|
||||||
|
@ -185,11 +185,6 @@ public:
|
||||||
// Dummy ctor
|
// Dummy ctor
|
||||||
}
|
}
|
||||||
|
|
||||||
inline short& ModelIndex()
|
|
||||||
{ return m_nModelIndex; };
|
|
||||||
inline short GetModelIndex()
|
|
||||||
{ return m_nModelIndex; }
|
|
||||||
|
|
||||||
void UpdateRW();
|
void UpdateRW();
|
||||||
void RegisterReference(CEntity** pAddress);
|
void RegisterReference(CEntity** pAddress);
|
||||||
void CleanUpOldReference(CEntity** pAddress);
|
void CleanUpOldReference(CEntity** pAddress);
|
||||||
|
|
Loading…
Reference in a new issue