diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 13226055a..8a8fcd06c 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -317,7 +317,7 @@ void Client::gameInit() storeSafeParameters(); -#if ENABLE_NLS +#ifdef ENABLE_NLS std::string lang = config.getValue("lang", ""); #ifdef WIN32 if (lang.empty()) @@ -812,7 +812,6 @@ int Client::testsExec() TestLauncher launcher(mOptions.test); return launcher.exec(); } - return 0; } int Client::gameExec() |