mirror of
https://github.com/td512/re3.git
synced 2026-05-03 23:58:16 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -24,5 +24,5 @@ public:
|
||||
void PlayAnimation(const char *animName);
|
||||
};
|
||||
#ifndef PED_SKIN
|
||||
static_assert(sizeof(CCutsceneHead) == 0x19C, "CCutsceneHead: error");
|
||||
VALIDATE_SIZE(CCutsceneHead, 0x19C);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user