mirror of
https://github.com/halpz/re3.git
synced 2025-07-20 21:49:45 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -29,5 +29,5 @@ public:
|
||||
void RemoveLighting(bool reset);
|
||||
};
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CCutsceneObject) == 0x198, "CCutsceneObject: error");
|
||||
VALIDATE_SIZE(CCutsceneObject, 0x198);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user