mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 20:07:11 +00:00
KYRA: Remove obsolete registering of 16_color config file entry.
This commit is contained in:
parent
73df649fd6
commit
273df3c075
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user