[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.521,2.522

Max Horn fingolfin at users.sourceforge.net
Sat Dec 27 21:19:11 CET 2003


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

Modified Files:
	scummvm.cpp 
Log Message:
Fix for bug #866453 (MI1EGA: Background pushed to side at end of game)

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.521
retrieving revision 2.522
diff -u -d -r2.521 -r2.522
--- scummvm.cpp	27 Dec 2003 15:22:59 -0000	2.521
+++ scummvm.cpp	28 Dec 2003 02:08:13 -0000	2.522
@@ -2102,7 +2102,7 @@
 			a->putActor(x, y, _currentRoom);
 			a->moving = 0;
 		}
-	} else {
+	} else if (_version >= 7) {
 		if (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





More information about the Scummvm-git-logs mailing list