KYRA: Remove obsolete registering of 16_color config file entry.

This commit is contained in:
Johannes Schickel 2012-02-25 19:03:38 +01:00
parent 73df649fd6
commit 273df3c075

View File

@ -960,9 +960,6 @@ void KyraEngine_LoK::registerDefaultSettings() {
// Most settings already have sensible defaults. This one, however, is
// specific to the Kyra engine.
ConfMan.registerDefault("walkspeed", 2);
if (_flags.platform == Common::kPlatformPC98 && _flags.useHiRes)
ConfMan.registerDefault("16_color", false);
}
void KyraEngine_LoK::readSettings() {