forked from mirrors/0ad
Fix boolean type
This was SVN commit r14971.
This commit is contained in:
@@ -195,7 +195,7 @@ void L10n::ReevaluateCurrentLocaleAndReload()
|
||||
else
|
||||
{
|
||||
GetDictionaryLocale(locale, currentLocale);
|
||||
currentLocaleIsOriginalGameLocale = (currentLocale == Locale::getUS()) == true;
|
||||
currentLocaleIsOriginalGameLocale = (currentLocale == Locale::getUS()) == TRUE;
|
||||
useLongStrings = false;
|
||||
}
|
||||
LoadDictionaryForCurrentLocale();
|
||||
|
||||
Reference in New Issue
Block a user