[Scummvm-cvs-logs] CVS: scummvm/queen display.cpp,1.35,1.36

Gregory Montoir cyx at users.sourceforge.net
Fri Dec 26 06:53:00 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv27121/queen

Modified Files:
	display.cpp 
Log Message:
oops

Index: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/display.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- display.cpp	26 Dec 2003 14:49:49 -0000	1.35
+++ display.cpp	26 Dec 2003 14:52:07 -0000	1.36
@@ -117,7 +117,7 @@
 	_bufPitch[RB_BACKDROP] = BACKDROP_W;
 	_bufPitch[RB_PANEL]    = PANEL_W;
 	_bufPitch[RB_SCREEN]   = SCREEN_W;
-	_bufPitch[RB_MINI]     = MINI_H;
+	_bufPitch[RB_MINI]     = MINI_W;
 
 	_pal.room   = new uint8[ 256 * 3 ];
 	_pal.screen = new uint8[ 256 * 3 ];





More information about the Scummvm-git-logs mailing list