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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Thu Jun 24 15:30:20 CEST 2010


Revision: 50216
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50216&view=rev
Author:   m_kiewitz
Date:     2010-06-24 13:30:20 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
SCI: change fix for island to make it work

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/vm.cpp

Modified: scummvm/trunk/engines/sci/engine/vm.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-24 13:20:21 UTC (rev 50215)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-24 13:30:20 UTC (rev 50216)
@@ -187,7 +187,7 @@
 	{ "laurabow2",		 24, "gcWin", "open",		5, 0xf }, // is used as priority for game menu
 	{ "freddypharkas",	 24, "gcWin", "open",		5, 0xf }, // is used as priority for game menu
 	{ "freddypharkas",	 31, "quitWin", "open",		5, 0xf }, // is used as priority for game menu
-	{ "islandbrain",	140, "piece", "init",		3, 0 }, // currently unknown, new value is not right
+	{ "islandbrain",	140, "piece", "init",		3, 1 }, // some initialization variable
 	{ NULL,				 -1, NULL, NULL,			0, 0 }
 };
 


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