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