From 98875c5a636f50fe89b9394b8193e86094ae14e0 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Fri, 14 Nov 2008 16:38:41 +0100 Subject: uses new macro DEBUG_MSG --- src/client/game.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/game.c') diff --git a/src/client/game.c b/src/client/game.c index d0773a4..e96805b 100644 --- a/src/client/game.c +++ b/src/client/game.c @@ -105,9 +105,9 @@ void quitGame() quitMusic(); quitAudio(); #endif -#ifdef DEBUG - printf(_("Quitting TUXANCI...\n")); -#endif + + DEBUG_MSG(_("Quitting TUXANCI...\n")); + exit(0); } -- cgit v1.2.3