This commit is contained in:
Taw 2024-02-05 17:38:57 -08:00
parent bc1f611e74
commit 51f18607e6
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ void EntranceTrackerWindow::DrawElement() {
if ((original->type == ENTRANCE_TYPE_DUNGEON || original->type == ENTRANCE_TYPE_GROTTO || original->type == ENTRANCE_TYPE_INTERIOR) &&
(original->oneExit != 1 && OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_DECOUPLED_ENTRANCES) == RO_GENERIC_OFF) &&
CVarGetInteger("gEntranceTrackerHideReverseEntrances", 1) == 1) {
continue;`
continue;
}
bool isDiscovered = IsEntranceDiscovered(entrance.index);