Fixed some missing settings.

This commit is contained in:
Aloshi 2014-04-04 14:12:28 -05:00
parent 526c0bb038
commit 480b19dcca

View file

@ -33,6 +33,8 @@ void Settings::setDefaults()
mBoolMap["EnableSounds"] = true;
mBoolMap["ShowHelpPrompts"] = true;
mBoolMap["ScrapeRatings"] = true;
mBoolMap["IgnoreGamelist"] = false;
mBoolMap["ParseGamelistOnly"] = false;
mBoolMap["Debug"] = false;
mBoolMap["DebugGrid"] = false;