mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 15:26:21 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -85,5 +85,5 @@ public:
|
||||
};
|
||||
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");
|
||||
VALIDATE_SIZE(CPlayerPed, 0x5F0);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user