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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jul 27 17:10:42 CEST 2010


Revision: 51374
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51374&view=rev
Author:   thebluegr
Date:     2010-07-27 15:10:41 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
SCI: Fixed bug #3035262 - "ISLANDBRAIN: Crash on "info" selection"

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-27 14:51:36 UTC (rev 51373)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-27 15:10:41 UTC (rev 51374)
@@ -208,6 +208,7 @@
 const SciWorkaroundEntry kIsObject_workarounds[] = {
 	{ GID_GK1,           50,   999,  0,                "List", "eachElementDo",  -1,    0, { WORKAROUND_FAKE, 0 } }, // GK1 demo, when asking Grace for messages it gets called with an invalid parameter (type "error")
     { GID_QFG3,          -1,   999,  0,                "List", "eachElementDo",  -1,    0, { WORKAROUND_FAKE, 0 } }, // when asking for something, gets called with type error parameter
+	{ GID_ISLANDBRAIN,   -1,   999,  0,                "List", "eachElementDo",  -1,    0, { WORKAROUND_FAKE, 0 } }, // when going to the game options, choosing "Info" and selecting anything from the list, gets called with an invalid parameter (type "error")
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 


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