Fixed typos and made all assert functions optional
This commit is contained in:
@@ -9,6 +9,4 @@ class CDummyPed : CDummy
|
||||
int32 unknown;
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CDummyPed) == 0x70, "CDummyPed: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CDummyPed, 0x70);
|
||||
|
||||
Reference in New Issue
Block a user