From fbb61065149896b22989d4834d51bb0b4c76292d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 26 Feb 2004 03:13:20 +0000 Subject: Restrict hack svn-id: r13059 --- scumm/scummvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index c5b541a81f..1618a1c95f 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -2063,7 +2063,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) { 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. -- cgit v1.2.3