diff --git a/source/glest_game/global/lang.cpp b/source/glest_game/global/lang.cpp index 7232ce19..44b105ce 100644 --- a/source/glest_game/global/lang.cpp +++ b/source/glest_game/global/lang.cpp @@ -177,7 +177,7 @@ void Lang::loadStrings(string uselanguage, bool loadFonts, #endif - if( lang.hasString("ALLOWED_SPECIAL_KEYS")) { + if( lang.hasString("ALLOWED_SPECIAL_KEYS","",false)) { string allowedKeys = lang.get("ALLOWED_SPECIAL_KEYS"); Window::addAllowedKeys(allowedKeys); }