[Scummvm-cvs-logs] scummvm master -> 5bb473df88c3574df1be4f16cea2e7a389ab3577

bluegr md5 at scummvm.org
Mon Jan 16 18:23:18 CET 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:
5bb473df88 SCI: Update a workaround for the demo of QFG4 to make it work again


Commit: 5bb473df88c3574df1be4f16cea2e7a389ab3577
    https://github.com/scummvm/scummvm/commit/5bb473df88c3574df1be4f16cea2e7a389ab3577
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-01-16T09:19:09-08:00

Commit Message:
SCI: Update a workaround for the demo of QFG4 to make it work again

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



diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index f68b74e..a556134 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -353,7 +353,7 @@ const SciWorkaroundEntry kNewWindow_workarounds[] = {
 
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,                workaround
 const SciWorkaroundEntry kPaletteUnsetFlag_workarounds[] = {
-	{ GID_QFG4,          100,   100,  0,            "doMovie", "<noname144>",    -1,    0, { WORKAROUND_IGNORE,    0 } }, // after the Sierra logo, no flags are passed, thus the call is meaningless - bug #3034506
+	{ GID_QFG4,          100,   100,  0,            "doMovie", "changeState",    -1,    0, { WORKAROUND_IGNORE,    0 } }, // after the Sierra logo, no flags are passed, thus the call is meaningless - bug #3034506
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 






More information about the Scummvm-git-logs mailing list