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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Aug 6 23:52:16 CEST 2010


Revision: 51808
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51808&view=rev
Author:   thebluegr
Date:     2010-08-06 21:52:16 +0000 (Fri, 06 Aug 2010)

Log Message:
-----------
SCI: Fixed script bug #3040844 - "QFG3: Crash near the end"

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-06 21:51:45 UTC (rev 51807)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-06 21:52:16 UTC (rev 51808)
@@ -335,6 +335,7 @@
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,                workaround
 const SciWorkaroundEntry kSetPort_workarounds[] = {
 	{ GID_LSL6,          740,   740,  0,              "rm740", "drawPic",        -1,    0, { WORKAROUND_IGNORE,    0 } }, // ending scene, is called with additional 3 (!) parameters
+	{ GID_QFG3,          830,   830,  0,        "portalOpens", "changeState",    -1,    0, { WORKAROUND_IGNORE,    0 } }, // when the portal appears during the end, bug #3040844
 	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