[Scummvm-git-logs] scummvm master -> 9dcc69c0705d79f3bc85b1f6881a6ed0278d1538

dreammaster dreammaster at scummvm.org
Sun May 6 22:46:50 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9dcc69c070 XEEN: Comment out duplicated check present in original executable


Commit: 9dcc69c0705d79f3bc85b1f6881a6ed0278d1538
    https://github.com/scummvm/scummvm/commit/9dcc69c0705d79f3bc85b1f6881a6ed0278d1538
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-05-06T16:46:42-04:00

Commit Message:
XEEN: Comment out duplicated check present in original executable

Changed paths:
    engines/xeen/interface_scene.cpp


diff --git a/engines/xeen/interface_scene.cpp b/engines/xeen/interface_scene.cpp
index 2c63e2c..0fdf867 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])





More information about the Scummvm-git-logs mailing list