summaryrefslogtreecommitdiff
path: root/src/client/game.c
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2009-12-06 22:58:26 +0100
committerMichal Zima <xhire@mujmalysvet.cz>2009-12-06 22:58:26 +0100
commit753131cf9b32315fdd11f2ce6e58b8f2d6ba3bc1 (patch)
treecfbded574ded7c3c666de6211877469ff6a95d75 /src/client/game.c
parenta0939379bb1185ee6d66739d9d021466d5d89624 (diff)
Revised methods how are translated strings handled
Few comments were made available to Doxygen
Diffstat (limited to 'src/client/game.c')
-rw-r--r--src/client/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/game.c b/src/client/game.c
index 07079b6..2481cee 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -111,7 +111,7 @@ void game_quit()
audio_quit();
#endif /* NO_SOUND */
- DEBUG_MSG(_("[Debug] Shutting down the game\n"));
+ debug("Shutting down the game");
exit(0);
}