- bugfix for windows compiling

This commit is contained in:
Mark Vejvoda 2011-10-25 20:34:13 +00:00
parent 1bb2693d65
commit 9848a6c529
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void Lang::loadStrings(const string &language) {
}
if( lang.hasString("FONT_HEIGHT_TEXT_WINDOWS")) {
Font::langHeightText = config.getString("FONT_HEIGHT_TEXT_WINDOWS",Font::langHeightText.c_str());
Font::langHeightText = lang.get("FONT_HEIGHT_TEXT_WINDOWS",Font::langHeightText.c_str());
}
if( lang.hasString("FONT_CHARCOUNT_WINDOWS")) {