diff options
Diffstat (limited to 'src/tracker_panel.cpp')
-rw-r--r-- | src/tracker_panel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tracker_panel.cpp b/src/tracker_panel.cpp index 9adcb1f..d8ba054 100644 --- a/src/tracker_panel.cpp +++ b/src/tracker_panel.cpp | |||
@@ -293,7 +293,8 @@ void TrackerPanel::Redraw() { | |||
293 | } else if (AP_IsLocationVisible(section.classification)) { | 293 | } else if (AP_IsLocationVisible(section.classification)) { |
294 | has_unchecked = !AP_HasCheckedGameLocation(section.ap_location_id); | 294 | has_unchecked = !AP_HasCheckedGameLocation(section.ap_location_id); |
295 | } else if (section.hunt && GetTrackerConfig().show_hunt_panels) { | 295 | } else if (section.hunt && GetTrackerConfig().show_hunt_panels) { |
296 | has_unchecked = !AP_HasCheckedHuntPanel(section.ap_location_id); | 296 | has_unchecked = |
297 | !AP_IsPanelSolved(GD_GetPanel(*section.single_panel).solve_index); | ||
297 | } | 298 | } |
298 | 299 | ||
299 | if (has_unchecked) { | 300 | if (has_unchecked) { |