TUCKER: Fix alleyway cellar location hotspot bug

Fixes Trac#6645.
This commit is contained in:
Adrian Frühwirth
2018-03-12 11:36:51 +01:00
committed by Eugene Sandulenko
parent b1bce3ec37
commit e018efbc22
+1 -1
View File
@@ -3754,7 +3754,7 @@ int TuckerEngine::setLocationAnimationUnderCursor() {
continue;
}
if (_locationAnimationsTable[i]._selectable == 0) {
return -1;
continue;
}
_selectedObjectType = 1;
_selectedCharacterNum = i;