From c4dfa57e6f91246b545c1ba1c0767a4f3f2abca5 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Sat, 17 Mar 2018 21:18:46 +0100 Subject: TUCKER: Add comment about earlier commit e018efbc22 fixing Trac#6645 --- engines/tucker/tucker.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/tucker') diff --git a/engines/tucker/tucker.cpp b/engines/tucker/tucker.cpp index 5cd0f4af79..6ea6bce140 100644 --- a/engines/tucker/tucker.cpp +++ b/engines/tucker/tucker.cpp @@ -3780,6 +3780,11 @@ int TuckerEngine::setLocationAnimationUnderCursor() { continue; } if (_locationAnimationsTable[i]._selectable == 0) { + // WORKAROUND + // The original game does a "return -1" here which is not correct in + // case of overlapping hotspots. + // This most prominently fixes Trac#6645, a bug where the cellar in part three + // could be entered without having done the cellar door puzzle first. continue; } _selectedObjectType = 1; -- cgit v1.2.3