[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.45,1.46

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Sun Oct 27 10:50:03 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv13908

Modified Files:
	gfx.cpp 
Log Message:
exception only for DIG's room 23

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- gfx.cpp	27 Oct 2002 18:41:27 -0000	1.45
+++ gfx.cpp	27 Oct 2002 18:49:41 -0000	1.46
@@ -1236,7 +1236,7 @@
 	int height = _numLinesToProcess;
 	byte b, c;
 	
-	if (_vm->_gameId == GID_DIG)
+	if ((_vm->_gameId == GID_DIG) && (_vm->_currentRoom == 23))
 		height--;
 				// FIXME: This seems to fix The Dig nexus wrapping corrupting memory..
 				//	  and doesn't break any other games.. but is it correct? If so,





More information about the Scummvm-git-logs mailing list