mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
TUCKER: Add comment about earlier commit e018efbc22
fixing Trac#6645
This commit is contained in:
parent
578f9d2e5c
commit
c4dfa57e6f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user