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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jul 12 20:22:24 CEST 2010


Revision: 50827
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50827&view=rev
Author:   m_kiewitz
Date:     2010-07-12 18:22:24 +0000 (Mon, 12 Jul 2010)

Log Message:
-----------
SCI: fixing typo

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-12 17:50:36 UTC (rev 50826)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-12 18:22:24 UTC (rev 50827)
@@ -286,7 +286,7 @@
 //    gameID,       scriptNr,lvl,         object-name, method-name,    call, index,   replace
 static const SciWorkaroundEntry kUnLoad_workarounds[] = {
     { GID_LSL6,          130,  0,    "recruitLarryScr", "changeState",    -1,    0, { 1,    0 } }, // during intro, a 3rd parameter is passed by accident
-    { GID_LSL6,          740,  0,        "showCartoon", "changeState",    -1,    0, { 1,    0 } }, // during end, intro, a 4 additional parameters are passed by accident
+    { GID_LSL6,          740,  0,        "showCartoon", "changeState",    -1,    0, { 1,    0 } }, // during ending, 4 additional parameters are passed by accident
     { GID_SQ1,           303,  0,            "slotGuy", "dispose",        -1,    0, { 1,    0 } }, // when leaving ulence flats bar, parameter 1 is not passed - script error
     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