From 927507818fa96f341b30d5dd4229261ca476d437 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 18 Jul 2008 12:11:46 +0000 Subject: (svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 540fdb0cf..9e0b7387c 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -2455,7 +2455,7 @@ bool AfterLoadGame() } } - if (_debug_gamelog_level > 0) GamelogPrintDebug(); + GamelogPrintDebug(1); return InitializeWindowsAndCaches(); } -- cgit v1.2.3-54-g00ecf