[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.590,2.591

Travis Howell kirben at users.sourceforge.net
Wed Feb 25 19:29:04 CET 2004


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

Modified Files:
	scummvm.cpp 
Log Message:

Restrict hack


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.590
retrieving revision 2.591
diff -u -d -r2.590 -r2.591
--- scummvm.cpp	25 Feb 2004 14:01:46 -0000	2.590
+++ scummvm.cpp	26 Feb 2004 03:13:20 -0000	2.591
@@ -2063,7 +2063,7 @@
 			a->moving = 0;
 		}
 	} else if (_version >= 7) {
-		if (a) {
+		if ((_gameId == GID_DIG) && a) {
 			// FIXME: This hack mostly is there to fix the tomb/statue room
 			// in The Dig. What happens there is that when you enter, you are
 			// placed at object 399, coords (307,141), which is in box 25.





More information about the Scummvm-git-logs mailing list