From 3cfa5354f2a6b164f0e46ebde60af3b0d697fbcd Mon Sep 17 00:00:00 2001 From: scarab Date: Mon, 18 Aug 2008 23:58:32 +0000 Subject: - dokonceni gettext zakladni podpory - je treba mozna jeste nekde uklidit zbytky po language - testujte a sezente lidi co nam to prelozi, kdzytak projedete .pot soubor a pokud najdete neco co by se melo jmenovat stejne nebo tak nejak tak opravit... git-svn-id: http://opensvn.csie.org/tuxanci_ng@223 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/game.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/client/game.c') diff --git a/src/client/game.c b/src/client/game.c index 1c2688f..66e179c 100644 --- a/src/client/game.c +++ b/src/client/game.c @@ -21,7 +21,6 @@ #include "screen.h" #include "font.h" #include "screen_settingKeys.h" -#include "language.h" #include "panel.h" #include "radar.h" @@ -46,18 +45,9 @@ static void initGame() { createHomeDirector(); - if( initLanguage() == -1 ) - { -#ifdef DEBUG - printf(_("I was unable to initialize old nls system (if you see this something wierd is happening)!\n")); -#endif - exit(-1); - } - initSDL(); initLayer(); - initFont(getLanguageFont(), getLanguageSize()); initImageData(); #ifndef NO_SOUND initAudio(); @@ -99,7 +89,6 @@ void quitGame() quitLayer(); quitFont(); - quitLanguage(); quitScreen(); quitArenaFile(); quitItem(); -- cgit v1.2.3