[Scummvm-git-logs] scummvm master -> 0df574abda0b9f1ca1bce8a34e59810ec5e42285

bonki bonki at users.noreply.github.com
Wed Mar 14 19:57:56 CET 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:
0df574abda TUCKER: Add TODO comment about discrepancy with disassembly


Commit: 0df574abda0b9f1ca1bce8a34e59810ec5e42285
    https://github.com/scummvm/scummvm/commit/0df574abda0b9f1ca1bce8a34e59810ec5e42285
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-14T19:56:34+01:00

Commit Message:
TUCKER: Add TODO comment about discrepancy with disassembly

Changed paths:
    engines/tucker/tucker.cpp


diff --git a/engines/tucker/tucker.cpp b/engines/tucker/tucker.cpp
index c86d72a..6673164 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;





More information about the Scummvm-git-logs mailing list