[Scummvm-git-logs] scummvm master -> e018efbc225c68cc2b1fc3c566fa0e8559c42a65

sev- sev at scummvm.org
Mon Mar 12 11:36:54 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:
e018efbc22 TUCKER: Fix alleyway cellar location hotspot bug


Commit: e018efbc225c68cc2b1fc3c566fa0e8559c42a65
    https://github.com/scummvm/scummvm/commit/e018efbc225c68cc2b1fc3c566fa0e8559c42a65
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-12T11:36:51+01:00

Commit Message:
TUCKER: Fix alleyway cellar location hotspot bug

Fixes Trac#6645.

Changed paths:
    engines/tucker/tucker.cpp


diff --git a/engines/tucker/tucker.cpp b/engines/tucker/tucker.cpp
index 11ff5a4..c86d72a 100644
--- a/engines/tucker/tucker.cpp
+++ b/engines/tucker/tucker.cpp
@@ -3754,7 +3754,7 @@ int TuckerEngine::setLocationAnimationUnderCursor() {
 			continue;
 		}
 		if (_locationAnimationsTable[i]._selectable == 0) {
-			return -1;
+			continue;
 		}
 		_selectedObjectType = 1;
 		_selectedCharacterNum = i;





More information about the Scummvm-git-logs mailing list