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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Aug 29 04:31:18 CEST 2010


Revision: 52433
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52433&view=rev
Author:   thebluegr
Date:     2010-08-29 02:31:18 +0000 (Sun, 29 Aug 2010)

Log Message:
-----------
SCI: Fixed bug #3051475 - "MOTHERGOOSE CD: Crash after giving the pipe to the king"

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-29 00:58:27 UTC (rev 52432)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-29 02:31:18 UTC (rev 52433)
@@ -49,6 +49,7 @@
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,             workaround
 const SciWorkaroundEntry opcodeGeWorkarounds[] = {
 	{ GID_HOYLE1,           5,  213,  0,                   "", "export 0",       -1,    0, { WORKAROUND_FAKE,   1 } }, // happens sometimes during cribbage - bug #3038433
+	{ GID_MOTHERGOOSE256,   4,  998,  0,               "door", "setCel",         -1,    0, { WORKAROUND_FAKE,   1 } }, // after giving the king his pipe back, listening to his song and leaving the castle - bug #3051475
 	{ GID_PQ3,             31,   31,  0,              "rm031", "init",           -1,    0, { WORKAROUND_FAKE,   1 } }, // pq3 english: when exiting the car, while morales is making phonecalls - bug #3037565
 	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