aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-15 18:16:46 +0200
committerStrangerke2013-09-15 18:16:46 +0200
commit18a992856ed50cac71233166aa25d239c5a45c27 (patch)
treeb9a574d67d626a80de24abc8404ff42c2ba8f9d6 /engines/avalanche/animation.cpp
parent982e8c652383c18cf5ef801b8f185cb1ae875f10 (diff)
downloadscummvm-rg350-18a992856ed50cac71233166aa25d239c5a45c27.tar.gz
scummvm-rg350-18a992856ed50cac71233166aa25d239c5a45c27.tar.bz2
scummvm-rg350-18a992856ed50cac71233166aa25d239c5a45c27.zip
AVALANCHE: Get rid of some more magic values
Diffstat (limited to 'engines/avalanche/animation.cpp')
-rw-r--r--engines/avalanche/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/animation.cpp b/engines/avalanche/animation.cpp
index 833aa5cc31..b476fe9d05 100644
--- a/engines/avalanche/animation.cpp
+++ b/engines/avalanche/animation.cpp
@@ -1321,7 +1321,7 @@ void Animation::flipRoom(byte room, byte ped) {
return;
}
- if ((room == 177) && (_vm->_gyro->_room == kRoomLusties)) {
+ if ((room == kRoomDummy) && (_vm->_gyro->_room == kRoomLusties)) {
hideInCupboard();
return;
}