[Scummvm-cvs-logs] SF.net SVN: scummvm:[40658] scummvm/trunk/engines/kyra/kyra_v1.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun May 17 23:55:24 CEST 2009


Revision: 40658
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40658&view=rev
Author:   lordhoto
Date:     2009-05-17 21:55:24 +0000 (Sun, 17 May 2009)

Log Message:
-----------
Disable CD audio for PC98 by default.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2009-05-17 21:52:31 UTC (rev 40657)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2009-05-17 21:55:24 UTC (rev 40658)
@@ -319,8 +319,8 @@
 						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::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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list