mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 06:16:21 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -92,6 +92,4 @@ public:
|
||||
static void UpdateTrains(void);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CTrain) == 0x2E4, "CTrain: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CTrain, 0x2E4);
|
||||
|
Reference in New Issue
Block a user