Fix boolean type

This was SVN commit r14971.
This commit is contained in:
sanderd17 2014-04-22 12:52:49 +00:00
parent 21362de6ac
commit 9b9a96382c

View file

@ -195,7 +195,7 @@ void L10n::ReevaluateCurrentLocaleAndReload()
else
{
GetDictionaryLocale(locale, currentLocale);
currentLocaleIsOriginalGameLocale = (currentLocale == Locale::getUS()) == true;
currentLocaleIsOriginalGameLocale = (currentLocale == Locale::getUS()) == TRUE;
useLongStrings = false;
}
LoadDictionaryForCurrentLocale();