From 9c71274e5c4cde5dd99a0eb927243f6c481df1f2 Mon Sep 17 00:00:00 2001 From: scarab Date: Mon, 18 Aug 2008 21:50:13 +0000 Subject: - hromada preklapeni na gettext - zbyva odstranit language funkci - pak uz zbyva pouze rozchodit uplne gettext a vyrobit preklady git-svn-id: http://opensvn.csie.org/tuxanci_ng@222 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/game.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/client/game.c') diff --git a/src/client/game.c b/src/client/game.c index 1525035..1c2688f 100644 --- a/src/client/game.c +++ b/src/client/game.c @@ -48,7 +48,9 @@ static void initGame() if( initLanguage() == -1 ) { - printf("fatal error !\n"); +#ifdef DEBUG + printf(_("I was unable to initialize old nls system (if you see this something wierd is happening)!\n")); +#endif exit(-1); } @@ -111,9 +113,9 @@ void quitGame() quitMusic(); quitAudio(); #endif - - printf("quit..\n"); - +#ifdef DEBUG + printf(_("Quitting TUXANCI...\n")); +#endif exit(0); } -- cgit v1.2.3