aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
authorJohannes Schickel2015-12-28 00:14:03 +0100
committerJohannes Schickel2015-12-28 00:14:11 +0100
commit3ae3a497f2b4c5a8b8ad6a6550c54f664cb4c31c (patch)
tree6ab3c940b619e549823bf3cc1761a47e4f6f0364 /engines/toltecs
parentc1cfcea39a71fa052e64eb7cc4f1aa681f02cb46 (diff)
downloadscummvm-rg350-3ae3a497f2b4c5a8b8ad6a6550c54f664cb4c31c.tar.gz
scummvm-rg350-3ae3a497f2b4c5a8b8ad6a6550c54f664cb4c31c.tar.bz2
scummvm-rg350-3ae3a497f2b4c5a8b8ad6a6550c54f664cb4c31c.zip
TOLTECS: Remove superflous default value registration for extra GUI options.
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/toltecs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp
index d3b69e7f21..c91f51bade 100644
--- a/engines/toltecs/toltecs.cpp
+++ b/engines/toltecs/toltecs.cpp
@@ -62,9 +62,6 @@ struct GameSettings {
};
ToltecsEngine::ToltecsEngine(OSystem *syst, const ToltecsGameDescription *gameDesc) : Engine(syst), _gameDescription(gameDesc) {
- // Assign default values to the config manager, in case settings are missing
- ConfMan.registerDefault("originalsaveload", "false");
-
_rnd = new Common::RandomSource("toltecs");
}