mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
Restrict hack
svn-id: r13059
This commit is contained in:
parent
7faa960649
commit
fbb6106514
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user