[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.261,2.262

Max Horn fingolfin at users.sourceforge.net
Thu Jan 8 13:59:00 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv16955

Modified Files:
	gfx.cpp 
Log Message:
oops

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.261
retrieving revision 2.262
diff -u -d -r2.261 -r2.262
--- gfx.cpp	8 Jan 2004 21:44:03 -0000	2.261
+++ gfx.cpp	8 Jan 2004 21:58:46 -0000	2.262
@@ -570,8 +570,8 @@
 	int offset = rect.top * vs->width + vs->xstart + rect.left;
 	backbuff = vs->screenPtr + offset;
 
-	const int height = rect.height();
-	const int width = rect.width();
+	int height = rect.height();
+	int width = rect.width();
 
 	if (vs->hasTwoBuffers && _currentRoom != 0 && isLightOn()) {
 		blit(backbuff, vs->backBuf + offset, width, height);





More information about the Scummvm-git-logs mailing list