aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-03-14 19:56:01 +0100
committerAdrian Frühwirth2018-03-14 19:56:34 +0100
commit0df574abda0b9f1ca1bce8a34e59810ec5e42285 (patch)
tree466e75d400560a0127e340c7c13d1d46aafbb74a /engines/tucker
parent3de75901c3826ad64c7d80f0d1c870bd6055e54f (diff)
downloadscummvm-rg350-0df574abda0b9f1ca1bce8a34e59810ec5e42285.tar.gz
scummvm-rg350-0df574abda0b9f1ca1bce8a34e59810ec5e42285.tar.bz2
scummvm-rg350-0df574abda0b9f1ca1bce8a34e59810ec5e42285.zip
TUCKER: Add TODO comment about discrepancy with disassembly
Diffstat (limited to 'engines/tucker')
-rw-r--r--engines/tucker/tucker.cpp2
1 files changed, 2 insertions, 0 deletions
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;