[Scummvm-cvs-logs] CVS: scummvm/sky screen.cpp,1.23,1.24

Max Horn fingolfin at users.sourceforge.net
Mon Jun 2 14:44:09 CEST 2003


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

Modified Files:
	screen.cpp 
Log Message:
fixxed warning

Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/screen.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- screen.cpp	2 Jun 2003 06:42:42 -0000	1.23
+++ screen.cpp	2 Jun 2003 21:43:45 -0000	1.24
@@ -187,7 +187,7 @@
 	uint8 *screenPos = _currentScreen;
 	uint8 *backPos = _backScreen;
 	uint32 copyX, copyWidth;
-	copyWidth = 0;
+	copyX = copyWidth = 0;
 	for (uint8 cnty = 0; cnty < GRID_Y; cnty++) {
 		for (uint8 cntx = 0; cntx < GRID_X; cntx++) {
 			if (_gameGrid[cnty * GRID_X + cntx] & 1) {





More information about the Scummvm-git-logs mailing list