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

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


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

Log Message:
-----------
SCI: fixed workaround table from r50214 to have a valid terminator, also added another fix for pharkas

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:17:45 UTC (rev 50214)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-24 13:20:21 UTC (rev 50215)
@@ -186,8 +186,9 @@
 static const UninitializedReadWorkaround uninitializedReadWorkarounds[] = {
 	{ "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
-	{ "",				 -1, "", "",				0, 0 }
+	{ NULL,				 -1, NULL, NULL,			0, 0 }
 };
 
 static reg_t validate_read_var(reg_t *r, reg_t *stack_base, int type, int max, int index, int line, reg_t default_value) {


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