[Scummvm-cvs-logs] SF.net SVN: scummvm:[51026] scummvm/trunk/engines/sci/engine/kernel.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Mon Jul 19 15:05:42 CEST 2010
Revision: 51026
http://scummvm.svn.sourceforge.net/scummvm/?rev=51026&view=rev
Author: m_kiewitz
Date: 2010-07-19 13:05:41 +0000 (Mon, 19 Jul 2010)
Log Message:
-----------
SCI: lsl6 workaround switched on for all rooms
lsl6 workaround also happens later, so we switch it to all rooms
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kernel.cpp
Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp 2010-07-19 11:41:20 UTC (rev 51025)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp 2010-07-19 13:05:41 UTC (rev 51026)
@@ -253,7 +253,7 @@
// gameID, room,script,lvl, object-name, method-name, call, index, replace
static const SciWorkaroundEntry kGraphFillBoxForeground_workarounds[] = {
- { GID_LSL6, 240, 0, 0, "LSL6", "hideControls", -1, 0, { 0, 0 } }, // happens when giving the bungee key to merrily - gets called with additional 5th parameter
+ { GID_LSL6, -1, 0, 0, "LSL6", "hideControls", -1, 0, { 0, 0 } }, // happens when giving the bungee key to merrily (room 240) and at least in room 650 too - gets called with additional 5th parameter
SCI_WORKAROUNDENTRY_TERMINATOR
};
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