diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-24 18:29:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-24 18:30:16 +0300 |
commit | a316d537dce50f4b4e1e10f5c26a7851baddbd8b (patch) | |
tree | 078de355216db6dab67df9575402cdba7d537dbd /src/client.cpp | |
parent | cb00b6fe126afe5fff8fc7ff491fda6003ea68f2 (diff) | |
download | plus-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.tar.gz plus-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.tar.bz2 plus-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.tar.xz plus-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.zip |
Small style changes.
Also fix overloaded methods visibility.
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() |