SCI: Remove superflous default value registration for extra GUI options.
This commit is contained in:
parent
603eb3bfb6
commit
d2d700e086
1 changed files with 0 additions and 6 deletions
|
@ -194,12 +194,6 @@ SciEngine::~SciEngine() {
|
|||
extern void showScummVMDialog(const Common::String &message);
|
||||
|
||||
Common::Error SciEngine::run() {
|
||||
// Assign default values to the config manager, in case settings are missing
|
||||
ConfMan.registerDefault("originalsaveload", "false");
|
||||
ConfMan.registerDefault("native_fb01", "false");
|
||||
ConfMan.registerDefault("windows_cursors", "false"); // Windows cursors for KQ6 Windows
|
||||
ConfMan.registerDefault("silver_cursors", "false"); // Silver cursors for SQ4 CD
|
||||
|
||||
_resMan = new ResourceManager();
|
||||
assert(_resMan);
|
||||
_resMan->addAppropriateSources();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue