summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-07-18 12:11:46 +0000
committersmatz <smatz@openttd.org>2008-07-18 12:11:46 +0000
commit927507818fa96f341b30d5dd4229261ca476d437 (patch)
treefd97455e5c3dfbe3674411dd9562d66e1acecdd3 /src/gamelog.h
parent69cb2f088feb3549c63ddb747ee11c781b49e86c (diff)
downloadopenttd-927507818fa96f341b30d5dd4229261ca476d437.tar.xz
(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 418ec1ee4..acf97c7ea 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -25,7 +25,7 @@ void GamelogReset();
typedef void GamelogPrintProc(const char *s);
void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 / WINCE crash.log
-void GamelogPrintDebug();
+void GamelogPrintDebug(int level);
void GamelogPrintConsole();
void GamelogRevision();