[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.h,1.74,1.75

Max Horn fingolfin at users.sourceforge.net
Fri Sep 24 14:01:02 CEST 2004


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

Modified Files:
	gfx.h 
Log Message:
More V7_SMOOTH_SCROLLING_HACK related fixes

Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- gfx.h	22 Sep 2004 17:57:20 -0000	1.74
+++ gfx.h	24 Sep 2004 21:00:15 -0000	1.75
@@ -185,8 +185,8 @@
 
 /** Bomp graphics data, used as parameter to ScummEngine::drawBomp. */
 struct BompDrawData {
-	byte *out;
-	int outwidth, outheight;
+	Graphics::Surface dst;
+
 	int x, y;
 	byte scale_x, scale_y;
 	const byte *dataptr;
@@ -317,7 +317,7 @@
 // be changed but should otherwise be relatively easy to understand, and using
 // VirtScreen::pitch will actually clean up the code.
 //
-// #define V7_SMOOTH_SCROLLING_HACK
+//#define V7_SMOOTH_SCROLLING_HACK
 
 
 } // End of namespace Scumm





More information about the Scummvm-git-logs mailing list