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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Aug 2 14:18:23 CEST 2010


Revision: 51612
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51612&view=rev
Author:   thebluegr
Date:     2010-08-02 12:18:22 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
SCI: Actually fake a return value for rev #51611, instead of ignoring the call completely

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=51611&view=rev

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-02 11:46:03 UTC (rev 51611)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-02 12:18:22 UTC (rev 51612)
@@ -295,7 +295,7 @@
 
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,                workaround
 const SciWorkaroundEntry kStrAt_workarounds[] = {
-	{ GID_ISLANDBRAIN,   300,   310,  0,         "childBreed", "changeState",0x1c7c,    0, { WORKAROUND_IGNORE,    0 } }, // when clicking Breed to get the second-generation cyborg hybrid (Standard difficulty), the two parameters are swapped - bug #3037835
+	{ GID_ISLANDBRAIN,   300,   310,  0,         "childBreed", "changeState",0x1c7c,    0, { WORKAROUND_FAKE,      0 } }, // when clicking Breed to get the second-generation cyborg hybrid (Standard difficulty), the two parameters are swapped - bug #3037835
 	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