disable cheats by default

This commit is contained in:
spacy51 2007-12-15 11:20:38 +00:00
parent 8c1dae1dfe
commit 4d2c65aeee
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ void VBA::loadSettings()
autoLoadMostRecent = regQueryDwordValue("autoLoadMostRecent", false) ? true :
false;
cheatsEnabled = regQueryDwordValue("cheatsEnabled", true) ? true : false;
cheatsEnabled = regQueryDwordValue("cheatsEnabled", false) ? true : false;
fsMaxScale = regQueryDwordValue("fsMaxScale", 0);