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:
parent
f178f7b656
commit
d6e7ebe472
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue