From ff73b2099b10422e1f7dbf5516f5af049826c1d8 Mon Sep 17 00:00:00 2001 From: Silent Date: Thu, 11 Dec 2014 22:24:38 +0100 Subject: [PATCH] Limit adjusters compatibility --- SAFix/GeneralSA.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SAFix/GeneralSA.h b/SAFix/GeneralSA.h index cdcbc95..716104a 100644 --- a/SAFix/GeneralSA.h +++ b/SAFix/GeneralSA.h @@ -163,7 +163,7 @@ public: /********** END CFLAGS **************/ WORD RandomSeed; // 0x20 - short m_nModelIndex; // 0x22 + unsigned short m_nModelIndex; // 0x22 void* pReferences; // 0x24 void* m_pLastRenderedLink; // 0x28 WORD m_nScanCode; // 0x2C @@ -185,11 +185,6 @@ public: // Dummy ctor } - inline short& ModelIndex() - { return m_nModelIndex; }; - inline short GetModelIndex() - { return m_nModelIndex; } - void UpdateRW(); void RegisterReference(CEntity** pAddress); void CleanUpOldReference(CEntity** pAddress);