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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jul 30 07:31:20 CEST 2010


Revision: 51496
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51496&view=rev
Author:   thebluegr
Date:     2010-07-30 05:31:20 +0000 (Fri, 30 Jul 2010)

Log Message:
-----------
SCI: Fixed script bug #3036942 - "KQ4SCI demo: Menu 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-07-30 05:28:09 UTC (rev 51495)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-30 05:31:20 UTC (rev 51496)
@@ -161,6 +161,7 @@
 const SciWorkaroundEntry kDoSoundFade_workarounds[] = {
 	{ GID_CAMELOT,        -1,   989,  0,            "rmMusic", "fade",           -1,    0, { WORKAROUND_IGNORE,    0 } }, // gets called frequently with a NULL reference (i.e. 0:0) - bug #3035149
 	{ 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_KQ4,            -1,   989,  0,            "mySound", "",               -1,    0, { WORKAROUND_IGNORE,    0 } }, // gets called in the demo when trying to open the non-existent menu with 0:0 - bug #3036942
 	{ 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 - bug #3034567
 	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