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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Jul 28 19:39:48 CEST 2010


Revision: 51428
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51428&view=rev
Author:   mthreepwood
Date:     2010-07-28 17:39:47 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
SCI: Add workaround for a KQ7 uninitialized temp

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-28 16:58:34 UTC (rev 51427)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-28 17:39:47 UTC (rev 51428)
@@ -83,6 +83,7 @@
 	{ GID_KQ6,           500,   500,  0,              "rm500", "init",           -1,    0, { WORKAROUND_FAKE,   0 } }, // going to island of the beast
 	{ GID_KQ6,           520,   520,  0,              "rm520", "init",           -1,    0, { WORKAROUND_FAKE,   0 } }, // going to boiling water trap on beast isle
 	{ GID_KQ6,            -1,   903,  0,         "controlWin", "open",           -1,    4, { WORKAROUND_FAKE,   0 } }, // when opening the controls window (save, load etc)
+	{ GID_KQ7,            30, 64996,  0,               "User", "handleEvent",    -1,    1, { WORKAROUND_FAKE,   0 } }, // called when pushing a keyboard key
 	{ GID_LAURABOW,       44,   967,  0,             "myIcon", "cycle",          -1,    1, { WORKAROUND_FAKE,   0 } }, // second dialog box after the intro, when talking with Lillian - bug #3034985
 	{ GID_LAURABOW2,      -1,    24,  0,              "gcWin", "open",           -1,    5, { WORKAROUND_FAKE, 0xf } }, // is used as priority for game menu
 	{ GID_LAURABOW2,      -1,    24,  0,              "gcWin", "<noname 189>",   -1,    5, { WORKAROUND_FAKE, 0xf } }, // is used as priority for game menu (floppy version, which doesn't have a selector vocabulary) - bug #3035694


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