[Scummvm-cvs-logs] SF.net SVN: scummvm:[53942] scummvm/branches/branch-1-2-0/engines/sci/ engine/workarounds.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Oct 30 13:23:17 CEST 2010


Revision: 53942
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53942&view=rev
Author:   thebluegr
Date:     2010-10-30 11:23:16 +0000 (Sat, 30 Oct 2010)

Log Message:
-----------
SCI: Fixed script bug #3098353 - "ECOQUEST1 German: Crash at the blackboard in the dolphin room" (backport)

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/engines/sci/engine/workarounds.cpp

Modified: scummvm/branches/branch-1-2-0/engines/sci/engine/workarounds.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/engines/sci/engine/workarounds.cpp	2010-10-30 11:21:28 UTC (rev 53941)
+++ scummvm/branches/branch-1-2-0/engines/sci/engine/workarounds.cpp	2010-10-30 11:23:16 UTC (rev 53942)
@@ -412,6 +412,7 @@
 	{ GID_CASTLEBRAIN,   320,   377,  0,              "SWord", "upDate",         -1,    0, { WORKAROUND_IGNORE, 0 } }, // after solving the cross-word-puzzle, trying to unload invalid reference
 	{ GID_CASTLEBRAIN,   320,   377,  0,            "theWord", "show",           -1,    0, { WORKAROUND_IGNORE, 0 } }, // 2nd word puzzle, when exiting before solving, trying to unload invalid reference - bug #3034473
 	{ GID_ECOQUEST,      380,    61,  0,              "gotIt", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // after talking to the dolphin the first time
+	{ GID_ECOQUEST,      380,    69,  0,   "lookAtBlackBoard", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // German version, when closing the blackboard closeup in the dolphin room - bug #3098353
 	{ GID_LAURABOW2,       1,     1,  0,           "sCartoon", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: during the intro, a 3rd parameter is passed by accident - bug #3034902
 	{ GID_LAURABOW2,       2,     2,  0,           "sCartoon", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: during the intro, a 3rd parameter is passed by accident - bug #3034902
 	{ GID_LAURABOW2,       4,     4,  0,           "sCartoon", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: inside the museum, a 3rd parameter is passed by accident - bug #3034902


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