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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Jun 26 18:54:10 CEST 2010


Revision: 50332
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50332&view=rev
Author:   m_kiewitz
Date:     2010-06-26 16:54:09 +0000 (Sat, 26 Jun 2010)

Log Message:
-----------
SCI: pseudo-adding workaround for kq5 room 25 witch forest

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-26 16:47:35 UTC (rev 50331)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-26 16:54:09 UTC (rev 50332)
@@ -200,7 +200,7 @@
 	{ GID_LSL1,          720,              "rm720", "init",           -1,    0,   0 }, // age check room
 	{ GID_ISLANDBRAIN,   140,              "piece", "init",           -1,    3,   1 }, // first puzzle right at the start, some initialization variable. bnt is done on it, and it should be non-0
 	{ GID_ISLANDBRAIN,   268,          "anElement", "select",         -1,    0,   0 }, // elements puzzle, gets used before super TextIcon
-	{ GID_KQ5,            25,              "rm025", "doit",           -1,    0,   0 }, // inside witch forest
+	{ GID_KQ5,            25,              "rm025", "doit",           -1,    0,   0 }, // inside witch forest, where the walking rock is
 	{ 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


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