From 753131cf9b32315fdd11f2ce6e58b8f2d6ba3bc1 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 6 Dec 2009 22:58:26 +0100 Subject: Revised methods how are translated strings handled Few comments were made available to Doxygen --- src/client/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/game.c') 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); } -- cgit v1.2.3