summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}