diff options
Diffstat (limited to '')
-rw-r--r-- | src/entities/Entity.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h index 18254ae4..eca462cd 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -173,6 +173,4 @@ public: static void AddSteamsFromGround(CPtrList& list); }; -#ifdef CHECK_STRUCT_SIZES -static_assert(sizeof(CEntity) == 0x64, "CEntity: error"); -#endif
\ No newline at end of file +VALIDATE_SIZE(CEntity, 0x64); |