SHERLOCK: Fix default fade style option
This commit is contained in:
parent
95ce29ac74
commit
8c7f5bf92f
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void SherlockEngine::loadConfig() {
|
|||
syncSoundSettings();
|
||||
|
||||
ConfMan.registerDefault("font", 1);
|
||||
ConfMan.registerDefault("fade_style", false);
|
||||
ConfMan.registerDefault("fade_style", true);
|
||||
ConfMan.registerDefault("help_style", false);
|
||||
ConfMan.registerDefault("window_style", 1);
|
||||
ConfMan.registerDefault("portraits_on", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue