[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.301,2.302

Travis Howell kirben at users.sourceforge.net
Thu Sep 9 06:56:16 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18462/scumm

Modified Files:
	gfx.cpp 
Log Message:

Use screen width, not hard coded value.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.301
retrieving revision 2.302
diff -u -d -r2.301 -r2.302
--- gfx.cpp	6 Sep 2004 10:52:52 -0000	2.301
+++ gfx.cpp	9 Sep 2004 13:54:32 -0000	2.302
@@ -2567,7 +2567,7 @@
 				 }
 			 }
 		 }
-		 dst += 312;
+		 dst += _vm->_screenWidth - 8;;
 		 height--;
 	 }
 }





More information about the Scummvm-git-logs mailing list