diff options
Diffstat (limited to 'src/client/game.c')
| -rw-r--r-- | src/client/game.c | 2 |
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); } |