about summary refs log tree commit diff stats
path: root/src/area_popup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/area_popup.cpp')
-rw-r--r--src/area_popup.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/area_popup.cpp b/src/area_popup.cpp index 8ec4dd1..c95e492 100644 --- a/src/area_popup.cpp +++ b/src/area_popup.cpp
@@ -50,11 +50,8 @@ void AreaPopup::ResetIndicators() {
50 for (int section_id = 0; section_id < map_area.locations.size(); 50 for (int section_id = 0; section_id < map_area.locations.size();
51 section_id++) { 51 section_id++) {
52 const Location& location = map_area.locations.at(section_id); 52 const Location& location = map_area.locations.at(section_id);
53 if (IsLocationPostgame(location.ap_location_id)) { 53 if ((!AP_IsLocationVisible(location.classification) ||
54 continue; 54 IsLocationPostgame(location.ap_location_id)) &&
55 }
56
57 if (!AP_IsLocationVisible(location.classification) &&
58 !(location.hunt && 55 !(location.hunt &&
59 GetTrackerConfig().visible_panels == TrackerConfig::kHUNT_PANELS) && 56 GetTrackerConfig().visible_panels == TrackerConfig::kHUNT_PANELS) &&
60 !(location.single_panel && 57 !(location.single_panel &&