From 1c86e186806d2ab66da377a642fc36627ba3e5d7 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 17 May 2009 21:55:24 +0000 Subject: Disable CD audio for PC98 by default. svn-id: r40658 --- engines/kyra/kyra_v1.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/kyra') diff --git a/engines/kyra/kyra_v1.cpp b/engines/kyra/kyra_v1.cpp index 80be55374a..2661217cc7 100644 --- a/engines/kyra/kyra_v1.cpp +++ b/engines/kyra/kyra_v1.cpp @@ -319,8 +319,8 @@ int KyraEngine_v1::checkInput(Button *buttonList, bool mainLoop) { break; } - // When we got an keypress we might handle, break the event loop - // and pass it to GUI code. + // When we got an keypress, which we might need to handle, + // break the event loop and pass it to GUI code. if (keys) breakLoop = true; } @@ -482,7 +482,7 @@ void KyraEngine_v1::delayWithTicks(int ticks) { } void KyraEngine_v1::registerDefaultSettings() { - if (_flags.platform == Common::kPlatformFMTowns || _flags.platform == Common::kPlatformPC98) + if (_flags.platform == Common::kPlatformFMTowns) ConfMan.registerDefault("cdaudio", true); if (_flags.fanLang != Common::UNK_LANG) { // HACK/WORKAROUND: Since we can't use registerDefault here to overwrite -- cgit v1.2.3