[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.243,2.244

Max Horn fingolfin at users.sourceforge.net
Sat Jan 3 17:24:16 CET 2004


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

Modified Files:
	gfx.cpp 
Log Message:
I don't see why this would be needed (my guess is that the hack in initVirtScreen (to use _roomHeight) already covers this, and more)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.243
retrieving revision 2.244
diff -u -d -r2.243 -r2.244
--- gfx.cpp	4 Jan 2004 01:11:23 -0000	2.243
+++ gfx.cpp	4 Jan 2004 01:20:26 -0000	2.244
@@ -578,10 +578,6 @@
 	int size, itemsize, i;
 	byte *room;
 
-	if (_version >= 7) {
-		initVirtScreen(kMainVirtScreen, 0, virtscr[0].topline, _screenWidth, height, 1, 1);
-	}
-
 	room = getResourceAddress(rtRoom, _roomResource);
 	if (_version <= 3) {
 		gdi._numZBuffer = 2;





More information about the Scummvm-git-logs mailing list