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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jan 8 11:25:13 CET 2011


Revision: 55159
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55159&view=rev
Author:   thebluegr
Date:     2011-01-08 10:25:12 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
SCI: Fixed a typo

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2011-01-08 10:23:27 UTC (rev 55158)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2011-01-08 10:25:12 UTC (rev 55159)
@@ -1498,11 +1498,11 @@
 
 	// 6 arguments, all integers:
 	// argv[0] - subop (0 - 4). It's constantly called with 4 in Shivers 1
-	// argv[2] - view (used with view 23602 in Shivers 1)
-	// argv[3] - loop
-	// argv[4] - cel
-	// argv[5] - unknown (row?)
-	// argv[6] - unknown (column?)
+	// argv[1] - view (used with view 23602 in Shivers 1)
+	// argv[2] - loop
+	// argv[3] - cel
+	// argv[4] - unknown (row?)
+	// argv[5] - unknown (column?)
 
 	// Subops:
 	// 0 - return the view


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