mirror of
https://github.com/halpz/re3.git
synced 2025-02-24 18:22:09 +00:00
Remove size assert
This commit is contained in:
parent
3565f179af
commit
0aad73f4a1
@ -544,8 +544,8 @@ public:
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifdef AUDIO_MSS
|
||||
static_assert(sizeof(cAudioManager) == 0x5558, "cAudioManager: error");
|
||||
#endif
|
||||
//#ifdef AUDIO_MSS
|
||||
//static_assert(sizeof(cAudioManager) == 0x5558, "cAudioManager: error");
|
||||
//#endif
|
||||
|
||||
extern cAudioManager AudioManager;
|
||||
|
Loading…
x
Reference in New Issue
Block a user