mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TUCKER: Fix alleyway cellar location hotspot bug
Fixes Trac#6645.
This commit is contained in:
committed by
Eugene Sandulenko
parent
b1bce3ec37
commit
e018efbc22
@@ -3754,7 +3754,7 @@ int TuckerEngine::setLocationAnimationUnderCursor() {
|
||||
continue;
|
||||
}
|
||||
if (_locationAnimationsTable[i]._selectable == 0) {
|
||||
return -1;
|
||||
continue;
|
||||
}
|
||||
_selectedObjectType = 1;
|
||||
_selectedCharacterNum = i;
|
||||
|
||||
Reference in New Issue
Block a user