diff options
author | Adrian Frühwirth | 2018-03-14 19:56:01 +0100 |
---|---|---|
committer | Adrian Frühwirth | 2018-03-14 19:56:34 +0100 |
commit | 0df574abda0b9f1ca1bce8a34e59810ec5e42285 (patch) | |
tree | 466e75d400560a0127e340c7c13d1d46aafbb74a /engines | |
parent | 3de75901c3826ad64c7d80f0d1c870bd6055e54f (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/tucker/tucker.cpp | 2 |
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; |