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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jul 27 10:08:04 CEST 2010


Revision: 51347
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51347&view=rev
Author:   thebluegr
Date:     2010-07-27 08:08:04 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
SCI: Fixed bug #3034567, "KQ6CD: Crash on taking piece of paper from spider web"

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-07-27 07:30:56 UTC (rev 51346)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-27 08:08:04 UTC (rev 51347)
@@ -134,6 +134,7 @@
 const SciWorkaroundEntry kDoSoundFade_workarounds[] = {
     { GID_KQ1,            -1,   989,  0,          "gameSound", "fade",           -1,    0, { WORKAROUND_IGNORE,    0 } }, // gets called in several scenes (e.g. graham cracker) with 0:0
     { GID_KQ6,           105,   989,  0,        "globalSound", "fade",           -1,    0, { WORKAROUND_STILLCALL, 0 } }, // floppy: during intro, parameter 4 is an object
+	{ GID_KQ6,           460,   989,  0,       "globalSound2", "fade",           -1,    0, { WORKAROUND_STILLCALL, 0 } }, // after pulling the black widow's web on the isle of wonder, parameter 4 is an object
     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