diff options
Diffstat (limited to 'src/client/game.c')
| -rw-r--r-- | src/client/game.c | 11 |
1 files changed, 0 insertions, 11 deletions
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(); |