mirror of
https://github.com/td512/re3.git
synced 2026-02-18 14:06:44 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -81,6 +81,4 @@ public:
|
||||
~CPlayerInfo() { };
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CPlayerInfo) == 0x13C, "CPlayerInfo: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CPlayerInfo, 0x13C);
|
||||
|
||||
Reference in New Issue
Block a user