aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2018-05-06 16:46:42 -0400
committerPaul Gilbert2018-05-06 16:46:42 -0400
commit9dcc69c0705d79f3bc85b1f6881a6ed0278d1538 (patch)
tree70d47093757ac2768b1a4e71060f8b5a23930b8a
parent9a5ba52e6b0865c11258d0fec27796279ff83c34 (diff)
downloadscummvm-rg350-9dcc69c0705d79f3bc85b1f6881a6ed0278d1538.tar.gz
scummvm-rg350-9dcc69c0705d79f3bc85b1f6881a6ed0278d1538.tar.bz2
scummvm-rg350-9dcc69c0705d79f3bc85b1f6881a6ed0278d1538.zip
XEEN: Comment out duplicated check present in original executable
-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])