[Scummvm-cvs-logs] scummvm master -> 95fb73bcc58ca45b177ae6ead88edebfb70ec8b9

bluegr md5 at scummvm.org
Sun Apr 1 00:32:49 CEST 2012


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:
95fb73bcc5 SCI: Change the fix for the SQ1 PAvoider call to apply in all rooms again


Commit: 95fb73bcc58ca45b177ae6ead88edebfb70ec8b9
    https://github.com/scummvm/scummvm/commit/95fb73bcc58ca45b177ae6ead88edebfb70ec8b9
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-03-31T15:32:03-07:00

Commit Message:
SCI: Change the fix for the SQ1 PAvoider call to apply in all rooms again

This bad call can be made in all rooms in Ulence Flats, after getting the
Pilot Droid. Properly fixes script bug #3513207

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



diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index c31a2dc..59de5fe 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -252,7 +252,7 @@ const SciWorkaroundEntry kDoSoundFade_workarounds[] = {
 const SciWorkaroundEntry kGetAngle_workarounds[] = {
 	{ GID_FANMADE,       516,   992,  0,             "Motion", "init",           -1,    0, { WORKAROUND_IGNORE,    0 } }, // The Legend of the Lost Jewel Demo (fan made): called with third/fourth parameters as objects
 	{ GID_KQ6,            -1,   752,  0,        "throwDazzle", "changeState",    -1,    0, { WORKAROUND_STILLCALL, 0 } }, // room 740/790 after the Genie is exposed in the Palace (short and long ending), it starts shooting lightning bolts around. An extra 5th parameter is passed - bug #3034610 & #3041734
-	{ GID_SQ1,            47,   927,  0,           "PAvoider", "doit",           -1,    0, { WORKAROUND_IGNORE,    0 } }, // room 47 Roger moving around Pilot Droid. Only a single parameter is passed - bug #3513207
+	{ GID_SQ1,            -1,   927,  0,           "PAvoider", "doit",           -1,    0, { WORKAROUND_IGNORE,    0 } }, // all rooms in Ulence Flats after getting the Pilot Droid: called with a single parameter when the droid is in Roger's path - bug #3513207
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 






More information about the Scummvm-git-logs mailing list