From dacbe8e3fbda85f7c2e7e7b660795f2a080a9d25 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 13 Mar 2025 11:55:55 -0400 Subject: Use sync fields for hunt panels --- src/area_popup.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/area_popup.cpp') diff --git a/src/area_popup.cpp b/src/area_popup.cpp index a8e6004..2c9d18d 100644 --- a/src/area_popup.cpp +++ b/src/area_popup.cpp @@ -145,7 +145,8 @@ void AreaPopup::UpdateIndicators() { } else { checked = AP_HasCheckedGameLocation(location.ap_location_id) || (location.hunt && - AP_HasCheckedHuntPanel(location.ap_location_id)); + AP_IsPanelSolved( + GD_GetPanel(*location.single_panel).solve_index)); } const wxBitmap* eye_ptr = checked ? checked_eye_ : unchecked_eye_; -- cgit 1.4.1