diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-26 21:28:25 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-26 21:28:25 -0500 |
commit | be20b76ac411cc6017c4359ee36a1c9855a9f66e (patch) | |
tree | bc96ec093d6df99bb8f8968b67f215dbed19a02b /src/area_popup.cpp | |
parent | efa0587b4399a45faecf5aa941ff75a40595a124 (diff) | |
parent | c714f8d2a5827196ca86ed4351ae22cfce5dfce5 (diff) | |
download | lingo-ap-tracker-be20b76ac411cc6017c4359ee36a1c9855a9f66e.tar.gz lingo-ap-tracker-be20b76ac411cc6017c4359ee36a1c9855a9f66e.tar.bz2 lingo-ap-tracker-be20b76ac411cc6017c4359ee36a1c9855a9f66e.zip |
Merge branch 'main' into future
Diffstat (limited to 'src/area_popup.cpp')
-rw-r--r-- | src/area_popup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/area_popup.cpp b/src/area_popup.cpp index 9c97d78..3b5d8d4 100644 --- a/src/area_popup.cpp +++ b/src/area_popup.cpp | |||
@@ -87,7 +87,8 @@ void AreaPopup::UpdateIndicators() { | |||
87 | 87 | ||
88 | bool checked = | 88 | bool checked = |
89 | AP_HasCheckedGameLocation(location.ap_location_id) || | 89 | AP_HasCheckedGameLocation(location.ap_location_id) || |
90 | (location.hunt && AP_HasCheckedHuntPanel(location.ap_location_id)); | 90 | (location.hunt && AP_HasCheckedHuntPanel(location.ap_location_id)) || |
91 | (IsLocationWinCondition(location) && AP_HasReachedGoal()); | ||
91 | 92 | ||
92 | wxBitmap* eye_ptr = checked ? &checked_eye_ : &unchecked_eye_; | 93 | wxBitmap* eye_ptr = checked ? &checked_eye_ : &unchecked_eye_; |
93 | 94 | ||