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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jun 24 15:45:31 CEST 2010


Revision: 50219
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50219&view=rev
Author:   thebluegr
Date:     2010-06-24 13:45:31 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
Added more information concerning the Dr. Brain uninitialized read

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:44:27 UTC (rev 50218)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-24 13:45:31 UTC (rev 50219)
@@ -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, 1 }, // some initialization variable
+	{ "islandbrain",	140, "piece", "init",		3,   1 }, // some initialization variable. bnt is done on it, and it should be non-0
 	{ 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