[Scummvm-cvs-logs] SF.net SVN: scummvm:[52039] scummvm/trunk/engines/sci/engine/script_patches .cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Thu Aug 12 15:52:04 CEST 2010
Revision: 52039
http://scummvm.svn.sourceforge.net/scummvm/?rev=52039&view=rev
Author: m_kiewitz
Date: 2010-08-12 13:52:03 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
SCI: laurabow2 patch is lb2cd exclusive
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/script_patches.cpp
Modified: scummvm/trunk/engines/sci/engine/script_patches.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/script_patches.cpp 2010-08-12 13:45:39 UTC (rev 52038)
+++ scummvm/trunk/engines/sci/engine/script_patches.cpp 2010-08-12 13:52:03 UTC (rev 52039)
@@ -364,7 +364,7 @@
// ===========================================================================
// rm560::doit was supposed to close the painting, when heimlich enters the
// room. The code is buggy, so it actually closes the painting, when heimlich
-// is not in the room. We fix that.
+// is not in the room. We fix that. (only happens in laura bow 2 cd)
const byte laurabow2SignaturePaintingClosing[] = {
19,
0x4a, 0x04, // send 04 (gets aHeimlich::room)
@@ -388,7 +388,7 @@
// script, description, magic DWORD, adjust
const SciScriptSignature laurabow2Signatures[] = {
- { 560, "painting closing immediately", PATCH_MAGICDWORD(0x36, 0x81, 0x0b, 0x1c), -2, laurabow2SignaturePaintingClosing, laurabow2PatchPaintingClosing },
+ { 560, "CD: painting closing immediately", PATCH_MAGICDWORD(0x36, 0x81, 0x0b, 0x1c), -2, laurabow2SignaturePaintingClosing, laurabow2PatchPaintingClosing },
{ 0, NULL, 0, 0, NULL, NULL }
};
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