From 0df574abda0b9f1ca1bce8a34e59810ec5e42285 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Wed, 14 Mar 2018 19:56:01 +0100 Subject: TUCKER: Add TODO comment about discrepancy with disassembly --- engines/tucker/tucker.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/tucker/tucker.cpp b/engines/tucker/tucker.cpp index c86d72a9da..6673164589 100644 --- a/engines/tucker/tucker.cpp +++ b/engines/tucker/tucker.cpp @@ -2407,6 +2407,8 @@ void TuckerEngine::handleMap() { return; } if (_selectedObject._locationObjectLocationNum != 0 && _locationMaskCounter != 0 && (_backgroundSpriteCurrentAnimation <= -1 || _locationNum == 25)) { + // TODO + // This is actually "_locationNum != 25" in disassembly. Is this a typo? if (_locationNum == 25 || _backgroundSpriteCurrentAnimation != 4) { if (_locationMaskType == 0) { _locationMaskType = 1; -- cgit v1.2.3