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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Aug 22 19:55:29 CEST 2010


Revision: 52283
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52283&view=rev
Author:   mthreepwood
Date:     2010-08-22 17:55:29 +0000 (Sun, 22 Aug 2010)

Log Message:
-----------
SCI: Add uninit'd workaround for the SQ6 demo

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-08-22 17:17:53 UTC (rev 52282)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-22 17:55:29 UTC (rev 52283)
@@ -184,6 +184,7 @@
 	{ GID_SQ4,            -1,   398,  0,            "showBox", "changeState",    -1,    0, { WORKAROUND_FAKE,   0 } }, // CD: called when rummaging in Software Excess bargain bin
 	{ GID_SQ4,            -1,   928,  0,           "Narrator", "startText",      -1, 1000, { WORKAROUND_FAKE,   1 } }, // CD: method returns this to the caller
 	{ GID_SQ5,           201,   201,  0,        "buttonPanel", "doVerb",         -1,    0, { WORKAROUND_FAKE,   1 } }, // when looking at the orange or red button - bug #3038563
+	{ GID_SQ6,             0,     0,  0,                "SQ6", "init",           -1,    2, { WORKAROUND_FAKE,   0 } }, // DEMO: called when the game starts
 	{ GID_SQ6,           100,     0,  0,                "SQ6", "init",           -1,    2, { WORKAROUND_FAKE,   0 } }, // called when the game starts
 	{ GID_SQ6,           100, 64950,  0,               "View", "handleEvent",    -1,    0, { WORKAROUND_FAKE,   0 } }, // called when pressing "Start game" in the main menu
 	{ GID_SQ6,            -1, 64964,  0,              "DPath", "init",           -1,    1, { WORKAROUND_FAKE,   0 } }, // during the game


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