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