[Scummvm-cvs-logs] SF.net SVN: scummvm: [29847] scummvm/trunk/engines/cine/various.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Dec 13 14:51:06 CET 2007


Revision: 29847
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29847&view=rev
Author:   thebluegr
Date:     2007-12-13 05:51:04 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Fixed a regression from the latest cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/cine/various.cpp

Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp	2007-12-13 13:26:49 UTC (rev 29846)
+++ scummvm/trunk/engines/cine/various.cpp	2007-12-13 13:51:04 UTC (rev 29847)
@@ -1287,7 +1287,7 @@
 
 	for (j = 0; j < strlen(commandList[currentSelection]); j++) {
 		currentChar = commandList[currentSelection][j];
-		currentX = drawChar(currentChar, currentX, currentY);
+		currentX = drawChar(currentChar, currentX, di);
 	}
 
 	blitRawScreen(page1Raw);
@@ -1349,7 +1349,7 @@
 
 			for (j = 0; j < strlen(commandList[oldSelection]); j++) {
 				currentChar = commandList[oldSelection][j];
-				currentX = drawChar(currentChar, currentX, currentY);
+				currentX = drawChar(currentChar, currentX, di);
 			}
 
 			di = currentSelection * 9 + Y + 4;


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