This commit is contained in:
parent
30a3aff335
commit
14a16d07aa
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void GameState::think()
|
||||||
if(loss)
|
if(loss)
|
||||||
{
|
{
|
||||||
SYSTEM_DBGMSG("MEMORY HAS CHANGED BY %d BYTES DURING SCENE '%s'!",loss,s_currentScene->getSceneName());
|
SYSTEM_DBGMSG("MEMORY HAS CHANGED BY %d BYTES DURING SCENE '%s'!",loss,s_currentScene->getSceneName());
|
||||||
ASSERTas(!"MEMORY CHANGED!");
|
ASSERT(!"MEMORY CHANGED!");
|
||||||
s_baseMemory=0;
|
s_baseMemory=0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue