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/ap_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ap_state.h') diff --git a/src/ap_state.h b/src/ap_state.h index 482c155..8641000 100644 --- a/src/ap_state.h +++ b/src/ap_state.h @@ -57,8 +57,6 @@ std::string AP_GetSaveName(); bool AP_HasCheckedGameLocation(int location_id); -bool AP_HasCheckedHuntPanel(int location_id); - // This doesn't lock the state mutex, for speed, so it must ONLY be called from // RecalculateReachability, which is only called from the APState thread anyway. bool AP_HasItem(int item_id, int quantity = 1); @@ -122,4 +120,6 @@ bool AP_HasReachedGoal(); std::optional> AP_GetPlayerPosition(); +bool AP_IsPanelSolved(int solve_index); + #endif /* end of include guard: AP_STATE_H_664A4180 */ -- cgit 1.4.1