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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Aug 4 20:19:19 CEST 2010


Revision: 51744
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51744&view=rev
Author:   mthreepwood
Date:     2010-08-04 18:19:18 +0000 (Wed, 04 Aug 2010)

Log Message:
-----------
SCI: Add uninit'd workaround for bug #3038757

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-04 18:11:11 UTC (rev 51743)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-04 18:19:18 UTC (rev 51744)
@@ -72,6 +72,7 @@
 	{ GID_CNICK_LONGBOW,   0,     0,  0,          "RH Budget", "<noname110>",    -1,    1, { WORKAROUND_FAKE,   0 } }, // when starting the game
     { GID_ECOQUEST,       -1,    -1,  0,                 NULL, "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // almost clicking anywhere triggers this in almost all rooms
 	{ GID_FANMADE,       516,   979,  0,                   "", "export 0",       -1,   20, { WORKAROUND_FAKE,   0 } }, // Happens in Grotesteing after the logos
+	{ GID_FANMADE,       528,   990,  0,            "GDialog", "doit",           -1,    4, { WORKAROUND_FAKE,   0 } }, // Happens in Cascade Quest when closing the glossary - bug #3038757
 	{ GID_FREDDYPHARKAS,  -1,    24,  0,              "gcWin", "open",           -1,    5, { WORKAROUND_FAKE, 0xf } }, // is used as priority for game menu
 	{ GID_FREDDYPHARKAS,  -1,    31,  0,            "quitWin", "open",           -1,    5, { WORKAROUND_FAKE, 0xf } }, // is used as priority for game menu
 	{ GID_GK1,            -1, 64950, -1,            "Feature", "handleEvent",    -1,    0, { WORKAROUND_FAKE,   0 } }, // sometimes when walk-clicking


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