mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 00:32:51 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -173,6 +173,4 @@ public:
|
||||
static void AddSteamsFromGround(CPtrList& list);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CEntity) == 0x64, "CEntity: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CEntity, 0x64);
|
||||
|
||||
Reference in New Issue
Block a user