[Scummvm-cvs-logs] SF.net SVN: scummvm:[51565] scummvm/trunk/engines/sci/engine/ static_selectors.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Aug 1 06:40:46 CEST 2010


Revision: 51565
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51565&view=rev
Author:   mthreepwood
Date:     2010-08-01 04:40:46 +0000 (Sun, 01 Aug 2010)

Log Message:
-----------
SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug #3036291)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/static_selectors.cpp

Modified: scummvm/trunk/engines/sci/engine/static_selectors.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/static_selectors.cpp	2010-08-01 04:22:34 UTC (rev 51564)
+++ scummvm/trunk/engines/sci/engine/static_selectors.cpp	2010-08-01 04:40:46 UTC (rev 51565)
@@ -176,11 +176,12 @@
 
 			names[110] = "init";
 		} else if (g_sci->getGameId() == GID_LAURABOW2) {
-			// The floppy of version needs the open selector set to match up with the CD version's
-			// workaround - bug #3035694
+			// The floppy of version needs the open and changeState selectors set to match up with the
+			// CD version's workarounds - bugs #3035694 and #3036291
 			if (names.size() < 190)
 				names.resize(190);
 
+			names[144] = "changeState";
 			names[189] = "open";
 		}
 


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