aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/xeen/interface_scene.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/xeen/interface_scene.cpp b/engines/xeen/interface_scene.cpp
index 11b588e681..e569b540f8 100644
--- a/engines/xeen/interface_scene.cpp
+++ b/engines/xeen/interface_scene.cpp
@@ -3930,7 +3930,9 @@ void InterfaceScene::drawIndoors() {
_indoorList._fwl_4F1R._frame = 13;
}
- if (_wo[27] || _wo[22] || _wo[15] || _wo[96]) {
+ if (_wo[27] || _wo[22] || _wo[15]) {
+ } else if (_wo[96]) {
+ _indoorList._fwl_4F._frame = 7;
} else if (_wo[50]) {
_indoorList._fwl_4F._frame = 16;
} else if (_wo[156]) {