[Scummvm-cvs-logs] scummvm master -> f38c7d76efe277c9dc3b48ab666abcbebeb73373

bluegr bluegr at gmail.com
Fri May 31 05:00:34 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f38c7d76ef SCI: Add a workaround for a script bug in SQ5, room 800 - bug #3614145


Commit: f38c7d76efe277c9dc3b48ab666abcbebeb73373
    https://github.com/scummvm/scummvm/commit/f38c7d76efe277c9dc3b48ab666abcbebeb73373
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-05-30T19:59:25-07:00

Commit Message:
SCI: Add a workaround for a script bug in SQ5, room 800 - bug #3614145

Changed paths:
    engines/sci/engine/workarounds.cpp



diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 6af6326..6f0b34b 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -249,6 +249,7 @@ const SciWorkaroundEntry kDoSoundFade_workarounds[] = {
 	{ 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
 	{ GID_QFG4,           -1, 64989,  0,           "longSong", "fade",           -1,    0, { WORKAROUND_STILLCALL, 0 } }, // CD version: many places, parameter 4 is an object (longSong)
+	{ GID_SQ5,           800,   989,  0,          "sq5Music1", "fade",           -1,    0, { WORKAROUND_STILLCALL, 0 } }, // when cutting the wrong part of Goliath with the laser - bug #3614145
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 






More information about the Scummvm-git-logs mailing list