From 6ac111e0ed67187554ead8cccc241029465e8979 Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 23 May 2009 20:45:01 +0200 Subject: Rewritten messages/comments in code of client Rectified the coding style in code of client --- src/client/game.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/client/game.c') diff --git a/src/client/game.c b/src/client/game.c index 8e0c30a..4ff8724 100644 --- a/src/client/game.c +++ b/src/client/game.c @@ -1,4 +1,3 @@ - #include #include #include @@ -25,9 +24,9 @@ #include "radar.h" #ifndef NO_SOUND -# include "audio.h" -# include "sound.h" -# include "music.h" +#include "audio.h" +#include "sound.h" +#include "music.h" #endif #include "world.h" @@ -54,7 +53,7 @@ static void initGame() audio_init(); sound_init(); music_init(); -#endif +#endif /* NO_SOUND */ screen_init(); arena_file_init(); tux_init(); @@ -104,9 +103,9 @@ void game_quit() sound_quit(); music_quit(); audio_quit(); -#endif +#endif /* NO_SOUND */ - DEBUG_MSG(_("Quitting TUXANCI...\n")); + DEBUG_MSG(_("[Debug] Shutting down the game\n")); exit(0); } -- cgit v1.2.3