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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Thu Jun 24 19:10:27 CEST 2010


Revision: 50222
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50222&view=rev
Author:   m_kiewitz
Date:     2010-06-24 17:10:26 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
SCI: added uninitialized read for room 720 in lsl1

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 17:02:55 UTC (rev 50221)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-24 17:10:26 UTC (rev 50222)
@@ -187,6 +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
+	{ "lsl1sci",		720, "rm720", "init",		0,	 0 }, // age check room
 	{ "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