mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -46,4 +46,4 @@ public:
|
||||
static void Shutdown(void);
|
||||
};
|
||||
|
||||
static_assert(sizeof(CWeaponInfo) == 0x54, "CWeaponInfo: error");
|
||||
VALIDATE_SIZE(CWeaponInfo, 0x54);
|
Reference in New Issue
Block a user