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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Jul 16 12:00:58 CEST 2010


Revision: 50934
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50934&view=rev
Author:   m_kiewitz
Date:     2010-07-16 10:00:58 +0000 (Fri, 16 Jul 2010)

Log Message:
-----------
SCI: added comments about when xLast/yLast were exactly introduced

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

Modified: scummvm/trunk/engines/sci/engine/kmovement.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kmovement.cpp	2010-07-16 09:51:57 UTC (rev 50933)
+++ scummvm/trunk/engines/sci/engine/kmovement.cpp	2010-07-16 10:00:58 UTC (rev 50934)
@@ -268,8 +268,9 @@
 	axis = (int16)readSelectorValue(segMan, mover, SELECTOR(b_xAxis));
 
 	if ((getSciVersion() >= SCI_VERSION_1_MIDDLE)) {
+		// Introduced inbetween SCI1MIDDLE, lsl5 demo doesn't have it, longbow demo has
 		if (SELECTOR(xLast) != -1) {
-			// Introduced SCI1MIDDLE (it seems) - save last position into mover
+			// save last position into mover
 			writeSelectorValue(segMan, mover, SELECTOR(xLast), x);
 			writeSelectorValue(segMan, mover, SELECTOR(yLast), y);
 		}


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