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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jul 26 11:34:15 CEST 2010


Revision: 51307
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51307&view=rev
Author:   m_kiewitz
Date:     2010-07-26 09:34:15 +0000 (Mon, 26 Jul 2010)

Log Message:
-----------
SCI: combined lb2 workaround

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/workarounds.cpp

Modified: scummvm/trunk/engines/sci/engine/workarounds.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-26 09:18:04 UTC (rev 51306)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-26 09:34:15 UTC (rev 51307)
@@ -192,8 +192,7 @@
 
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,                workaround
 const SciWorkaroundEntry kMemory_workarounds[] = {
-    { GID_LAURABOW2,     160,   999,  0,                   "", "export 6",       -1,    0, { WORKAROUND_FAKE,    0 } }, // during the intro, when exiting the train
-	{ GID_LAURABOW2,     220,   999,  0,                   "", "export 6",       -1,    0, { WORKAROUND_FAKE,    0 } }, // during the intro, when talking to Mr. Augustini
+    { GID_LAURABOW2,      -1,   999,  0,                   "", "export 6",       -1,    0, { WORKAROUND_FAKE,    0 } }, // during the intro, when exiting the train, talking to Mr. Augustini, etc.
     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