[Scummvm-cvs-logs] CVS: scummvm/sky autoroute.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sun Apr 27 08:56:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv11620

Modified Files:
	autoroute.cpp 
Log Message:
small buglet

Index: autoroute.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/autoroute.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autoroute.cpp	27 Apr 2003 15:43:08 -0000	1.2
+++ autoroute.cpp	27 Apr 2003 15:49:08 -0000	1.3
@@ -138,7 +138,7 @@
 	
 	if (cpt->xcood < TOP_LEFT_X) {
 		initX = cpt->xcood - TOP_LEFT_X;
-		initBlockY = 0;
+		initBlockX = 0;
 	} else if (cpt->xcood - TOP_LEFT_X >= GAME_SCREEN_WIDTH) { // no_init_x1
 		initX = cpt->xcood - TOP_LEFT_X - (GAME_SCREEN_WIDTH - 1); // -1 to match amiga
 		initBlockX = (GAME_SCREEN_WIDTH - 1) >> 3;





More information about the Scummvm-git-logs mailing list