(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken

This commit is contained in:
smatz
2008-07-18 12:11:46 +00:00
parent 632e2059b9
commit 8fb9f600c8
5 changed files with 16 additions and 7 deletions

View File

@@ -2455,7 +2455,7 @@ bool AfterLoadGame()
}
}
if (_debug_gamelog_level > 0) GamelogPrintDebug();
GamelogPrintDebug(1);
return InitializeWindowsAndCaches();
}