disable cheats by default

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@199 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2007-12-15 11:20:38 +00:00
parent f178f7b656
commit d6e7ebe472
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);