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