Change various asserts to not be included in release builds
This commit is contained in:
@@ -1991,7 +1991,7 @@ void StateGameLoop()
|
||||
SetWindowDirty(WC_MAIN_TOOLBAR, 0);
|
||||
}
|
||||
|
||||
assert(IsLocalCompany());
|
||||
dbg_assert(IsLocalCompany());
|
||||
}
|
||||
|
||||
FiosNumberedSaveName &GetAutoSaveFiosNumberedSaveName()
|
||||
|
Reference in New Issue
Block a user