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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Aug 19 18:21:31 CEST 2010


Revision: 52214
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52214&view=rev
Author:   thebluegr
Date:     2010-08-19 16:21:31 +0000 (Thu, 19 Aug 2010)

Log Message:
-----------
SCI: Fixed bug #3038228 - "MOTHERGOOSE: Crash at the castle"

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

Modified: scummvm/trunk/engines/sci/engine/workarounds.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-19 15:58:39 UTC (rev 52213)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-19 16:21:31 UTC (rev 52214)
@@ -92,7 +92,8 @@
 
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,             workaround
 const SciWorkaroundEntry opcodeOrWorkarounds[] = {
-	{ GID_ECOQUEST2,        100,    0,  0,              "Rain", "points",      0xcc6,    0, { WORKAROUND_FAKE,   0 } }, // when giving the papers to the customs officer, gets called against a pointer instead of a number - bug #3034464
+	{ GID_ECOQUEST2,      100,    0,  0,                "Rain", "points",     0xcc6,     0, { WORKAROUND_FAKE,   0 } }, // when giving the papers to the customs officer, gets called against a pointer instead of a number - bug #3034464
+	{ GID_MOTHERGOOSE,     -1,    4,  0,               "rm004", "doit",          -1,     0, { WORKAROUND_FAKE,   0 } }, // when going north and reaching the castle (rooms 4 and 37) - bug #3038228
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 


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