[Scummvm-cvs-logs] scummvm master -> 273df3c075ef321ae304f2ab2d26e35111480797
lordhoto
lordhoto at gmail.com
Sat Feb 25 19:04:45 CET 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
273df3c075 KYRA: Remove obsolete registering of 16_color config file entry.
Commit: 273df3c075ef321ae304f2ab2d26e35111480797
https://github.com/scummvm/scummvm/commit/273df3c075ef321ae304f2ab2d26e35111480797
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-02-25T10:03:38-08:00
Commit Message:
KYRA: Remove obsolete registering of 16_color config file entry.
Changed paths:
engines/kyra/kyra_lok.cpp
diff --git a/engines/kyra/kyra_lok.cpp b/engines/kyra/kyra_lok.cpp
index 4ea686a..ece4a0d 100644
--- a/engines/kyra/kyra_lok.cpp
+++ b/engines/kyra/kyra_lok.cpp
@@ -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() {
More information about the Scummvm-git-logs
mailing list