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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Aug 7 03:14:58 CEST 2010


Revision: 51822
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51822&view=rev
Author:   thebluegr
Date:     2010-08-07 01:14:58 +0000 (Sat, 07 Aug 2010)

Log Message:
-----------
SCI: Fixed script bug #3040012 - "PEPPER: Book crash"

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-07 01:09:32 UTC (rev 51821)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-07 01:14:58 UTC (rev 51822)
@@ -141,6 +141,7 @@
 	{ GID_MOTHERGOOSE,    18,   992,  0,             "AIPath", "init",           -1,    0, { WORKAROUND_FAKE,   0 } }, // DEMO: Called when walking north from mother goose's house two screens
 	{ GID_MOTHERGOOSEHIRES,-1,64950,  1,            "Feature", "handleEvent",    -1,    0, { WORKAROUND_FAKE,   0 } }, // right when clicking on a child at the start and probably also later
 	{ GID_MOTHERGOOSEHIRES,-1,64950,  1,               "View", "handleEvent",    -1,    0, { WORKAROUND_FAKE,   0 } }, // see above
+	{ GID_PEPPER,         -1,   894,  0,            "Package", "doVerb",         -1,    3, { WORKAROUND_FAKE,   0 } }, // using the hand on the book in the inventory - bug #3040012
 	{ GID_QFG1,           -1,   210,  0,          "Encounter", "init",        0xbd0,    0, { WORKAROUND_FAKE,   0 } }, // hq1: going to the brigands hideout
 	{ GID_QFG1,           -1,   210,  0,          "Encounter", "init",        0xbe4,    0, { WORKAROUND_FAKE,   0 } }, // qfg1: going to the brigands hideout
 	{ GID_QFG2,           -1,    71,  0,        "theInvSheet", "doit",           -1,    1, { WORKAROUND_FAKE,   0 } }, // accessing the inventory


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