diff options
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; |