about summary refs log tree commit diff stats
path: root/src/tracker_panel.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-13 11:55:55 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-13 11:55:55 -0400
commitdacbe8e3fbda85f7c2e7e7b660795f2a080a9d25 (patch)
tree65f201e323d5d6a36291ec5a108c4b14649116da /src/tracker_panel.cpp
parentf4945731a958371d206ccfa4a34486b263be5b21 (diff)
downloadlingo-ap-tracker-dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25.tar.gz
lingo-ap-tracker-dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25.tar.bz2
lingo-ap-tracker-dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25.zip
Use sync fields for hunt panels
Diffstat (limited to 'src/tracker_panel.cpp')
-rw-r--r--src/tracker_panel.cpp3
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) {