diff options
Diffstat (limited to 'area_popup.cpp')
-rw-r--r-- | area_popup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/area_popup.cpp b/area_popup.cpp index 4cc3c63..a8ff612 100644 --- a/area_popup.cpp +++ b/area_popup.cpp | |||
@@ -43,7 +43,7 @@ void AreaPopup::UpdateIndicators() { | |||
43 | const MapArea& map_area = GetGameData().GetMapArea(area_id_); | 43 | const MapArea& map_area = GetGameData().GetMapArea(area_id_); |
44 | for (int section_id = 0; section_id < map_area.locations.size(); | 44 | for (int section_id = 0; section_id < map_area.locations.size(); |
45 | section_id++) { | 45 | section_id++) { |
46 | bool checked = GetAPState().HasCheckedGameLocation(area_id_, section_id); | 46 | bool checked = AP_HasCheckedGameLocation(area_id_, section_id); |
47 | bool reachable = | 47 | bool reachable = |
48 | GetTrackerState().IsLocationReachable(area_id_, section_id); | 48 | GetTrackerState().IsLocationReachable(area_id_, section_id); |
49 | const wxColour* text_color = reachable ? wxWHITE : wxRED; | 49 | const wxColour* text_color = reachable ? wxWHITE : wxRED; |