From afc62ab48bb8586ba83ce86809c28c5eaf3ac740 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 5 Dec 2024 20:50:34 -0500 Subject: Small sphere 1 should not trigger on PMDS --- src/ap_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ap_state.cpp b/src/ap_state.cpp index fbd8d12..32ae8f0 100644 --- a/src/ap_state.cpp +++ b/src/ap_state.cpp @@ -590,7 +590,7 @@ bool AP_IsLocationVisible(int classification) { return false; } - if (GetState().door_shuffle_mode && !GetState().early_color_hallways) { + if (GetState().door_shuffle_mode == kDOORS_MODE && !GetState().early_color_hallways) { world_state |= kLOCATION_SMALL_SPHERE_ONE; } -- cgit 1.4.1