mirror of
https://github.com/halpz/re3.git
synced 2025-08-04 02:47:50 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -12,5 +12,5 @@ public:
|
||||
void ProcessControl(void);
|
||||
};
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CCivilianPed) == 0x53C, "CCivilianPed: error");
|
||||
VALIDATE_SIZE(CCivilianPed, 0x53C);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user