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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jun 29 22:12:43 CEST 2010


Revision: 50502
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50502&view=rev
Author:   thebluegr
Date:     2010-06-29 20:12:42 +0000 (Tue, 29 Jun 2010)

Log Message:
-----------
Fixed 2 uninitialized reads in SQ6

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-29 18:20:10 UTC (rev 50501)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-29 20:12:42 UTC (rev 50502)
@@ -288,6 +288,8 @@
 	{ GID_SQ1,           703,                   "", "export 1",       -1,    0,   0 }, // sub that's called from several objects while on sarien battle cruiser
 	{ GID_SQ1,           703,         "firePulsar", "changeState", 0x18a,    0,   0 }, // export 1, but called locally (when shooting at aliens)
 	{ GID_SQ4,           928,           "Narrator", "startText",      -1, 1000,   1 }, // sq4cd: method returns this to the caller
+	{ GID_SQ6,             0,               "Game", "init",           -1,    2,   0 },
+	{ GID_SQ6,         64950,               "View", "handleEvent",    -1,    0,   0 },
 	{ (SciGameId)0,       -1,                 NULL, NULL,             -1,    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