mirror of
https://github.com/halpz/re3.git
synced 2025-07-31 05:10:24 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -658,7 +658,7 @@ public:
|
||||
};
|
||||
|
||||
#ifndef IMPROVED_VIDEOMODE
|
||||
static_assert(sizeof(CMenuManager) == 0x564, "CMenuManager: error");
|
||||
VALIDATE_SIZE(CMenuManager, 0x564);
|
||||
#endif
|
||||
|
||||
extern CMenuManager FrontEndMenuManager;
|
||||
|
Reference in New Issue
Block a user