aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/interface_scene.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/interface_scene.cpp b/engines/xeen/interface_scene.cpp
index 2c63e2c231..0fdf867448 100644
--- a/engines/xeen/interface_scene.cpp
+++ b/engines/xeen/interface_scene.cpp
@@ -3687,8 +3687,9 @@ void InterfaceScene::drawIndoors() {
_indoorList._fwl_4F4R._frame = 9;
else if (_wo[35])
_indoorList._fwl_4F4R._frame = 0;
+ /* TODO: Duplicated switch in the original executable.. original bug meant to check some other index?
else if (_wo[79])
- _indoorList._fwl_4F4R._frame = 15;
+ _indoorList._fwl_4F4R._frame = 15;*/
else if (_wo[213])
_indoorList._fwl_4F4R._frame = 14;
else if (_wo[233])