From f4945731a958371d206ccfa4a34486b263be5b21 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 11 Mar 2025 23:18:33 -0400 Subject: Added color indicators to subway map --- src/ap_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ap_state.h') diff --git a/src/ap_state.h b/src/ap_state.h index 298df8c..482c155 100644 --- a/src/ap_state.h +++ b/src/ap_state.h @@ -63,6 +63,8 @@ bool AP_HasCheckedHuntPanel(int location_id); // RecalculateReachability, which is only called from the APState thread anyway. bool AP_HasItem(int item_id, int quantity = 1); +bool AP_HasItemSafe(int item_id, int quantity = 1); + // This doesn't lock the client mutex because it is ONLY to be called from // RecalculateReachability, which is only called from within a client callback // anyway. -- cgit 1.4.1