[Scummvm-cvs-logs] SF.net SVN: scummvm: [23020] scummvm/trunk/engines/simon/simon.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Jun 11 08:32:59 CEST 2006


Revision: 23020
Author:   kirben
Date:     2006-06-10 23:32:54 -0700 (Sat, 10 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23020&view=rev

Log Message:
-----------
Add back lost change, to allow FF to skip any speech

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-06-11 02:23:17 UTC (rev 23019)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-06-11 06:32:54 UTC (rev 23020)
@@ -1589,7 +1589,7 @@
 	_rightButtonDown = false;
 	while (_vgaWaitFor != 0) {
 		if (_rightButtonDown) {
-			if (_vgaWaitFor == 200 && !getBitFlag(14)) {
+			if (_vgaWaitFor == 200 && (getGameType() == GType_FF || !getBitFlag(14))) {
 				skipSpeech();
 				break;
 			}


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