diff options
Diffstat (limited to 'src/objects/Object.h')
-rw-r--r-- | src/objects/Object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h index 2afb621c..20c99b1b 100644 --- a/src/objects/Object.h +++ b/src/objects/Object.h @@ -113,4 +113,3 @@ public: static void DeleteAllTempObjects(); static void DeleteAllTempObjectsInArea(CVector point, float fRadius); }; -static_assert(sizeof(CObject) == 0x198, "CObject: error"); |