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