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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Jul 2 00:09:20 CEST 2010


Revision: 50574
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50574&view=rev
Author:   m_kiewitz
Date:     2010-07-01 22:09:19 +0000 (Thu, 01 Jul 2010)

Log Message:
-----------
SCI: added another workaround for uninit temps, this time for jones/cd

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-07-01 21:59:21 UTC (rev 50573)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-07-01 22:09:19 UTC (rev 50574)
@@ -344,8 +344,9 @@
 	{ GID_LAURABOW2,      24,  0,              "gcWin", "open",           -1,    5, { 0, 0xf } }, // is used as priority for game menu
 	{ GID_FREDDYPHARKAS,  24,  0,              "gcWin", "open",           -1,    5, { 0, 0xf } }, // is used as priority for game menu
 	{ GID_FREDDYPHARKAS,  31,  0,            "quitWin", "open",           -1,    5, { 0, 0xf } }, // is used as priority for game menu
-	{ GID_JONES,         255,  0,                   "", "export 0",       -1,   13, { 0,   0 } }, // called when the game starts
-	{ GID_JONES,         255,  0,                   "", "export 0",       -1,   14, { 0,   0 } }, // called when the game starts
+	{ GID_JONES,         232,  0,        "weekendText", "draw",        0x3d3,    0, { 0,   0 } }, // jones/cd only - gets called during the game
+	{ GID_JONES,         255,  0,                   "", "export 0",       -1,   13, { 0,   0 } }, // jones/ega&vga only - called when the game starts
+	{ GID_JONES,         255,  0,                   "", "export 0",       -1,   14, { 0,   0 } }, // jones/ega&vga only - called when the game starts
 	{ GID_LSL1,          720,  0,              "rm720", "init",           -1,    0, { 0,   0 } }, // age check room
 	{ GID_LSL3,          997,  0,         "TheMenuBar", "handleEvent",    -1,    1, { 0, 0xf } }, // when setting volume the first time, this temp is used to set volume on entry (normally it would have been initialized to 's')
 	{ GID_LSL6,          928,  1,           "Narrator", "startText",      -1,    0, { 0,   0 } }, // used by various objects that are even translated in foreign versions, that's why we use the base-class


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