[Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.35,1.36

Eugene Sandulenko sev at users.sourceforge.net
Thu Nov 25 16:58:08 CET 2004


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

Modified Files:
	gfx.cpp 
Log Message:
Fix break introduced with last commit :).


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- gfx.cpp	26 Nov 2004 00:24:25 -0000	1.35
+++ gfx.cpp	26 Nov 2004 00:57:29 -0000	1.36
@@ -49,6 +49,7 @@
 	back_buf.w = width;
 	back_buf.h = height;
 	back_buf.pitch = width;
+	back_buf.bytesPerPixel = 1;
 
 	back_buf.clip_rect.left = 0;
 	back_buf.clip_rect.top = 0;





More information about the Scummvm-git-logs mailing list