summaryrefslogtreecommitdiff
path: root/src/gamelog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelog.cpp')
-rw-r--r--src/gamelog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamelog.cpp b/src/gamelog.cpp
index 7ad4b297b..4cda9de14 100644
--- a/src/gamelog.cpp
+++ b/src/gamelog.cpp
@@ -326,6 +326,7 @@ static void GamelogPrintConsoleProc(const char *s)
IConsolePrint(CC_WARNING, s);
}
+/** Print the gamelog data to the console. */
void GamelogPrintConsole()
{
GamelogPrint(&GamelogPrintConsoleProc);