From e018efbc225c68cc2b1fc3c566fa0e8559c42a65 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Thu, 25 Jan 2018 00:41:14 +0100 Subject: TUCKER: Fix alleyway cellar location hotspot bug Fixes Trac#6645. --- engines/tucker/tucker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tucker/tucker.cpp') diff --git a/engines/tucker/tucker.cpp b/engines/tucker/tucker.cpp index 11ff5a4cc5..c86d72a9da 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; -- cgit v1.2.3