diff --git a/src/gamelog.cpp b/src/gamelog.cpp --- a/src/gamelog.cpp +++ b/src/gamelog.cpp @@ -326,6 +326,7 @@ static void GamelogPrintConsoleProc(cons IConsolePrint(CC_WARNING, s); } +/** Print the gamelog data to the console. */ void GamelogPrintConsole() { GamelogPrint(&GamelogPrintConsoleProc);