about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-12-05 20:50:34 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-12-05 20:50:34 -0500
commitafc62ab48bb8586ba83ce86809c28c5eaf3ac740 (patch)
treea628cc2e33020ea8a7079255223b8c12b1bfbbc2
parent22d7dc575ee70d98d40628f1df18bfa8ff718f51 (diff)
downloadlingo-ap-tracker-afc62ab48bb8586ba83ce86809c28c5eaf3ac740.tar.gz
lingo-ap-tracker-afc62ab48bb8586ba83ce86809c28c5eaf3ac740.tar.bz2
lingo-ap-tracker-afc62ab48bb8586ba83ce86809c28c5eaf3ac740.zip
Small sphere 1 should not trigger on PMDS
-rw-r--r--src/ap_state.cpp2
1 files changed, 1 insertions, 1 deletions
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) {
590 return false; 590 return false;
591 } 591 }
592 592
593 if (GetState().door_shuffle_mode && !GetState().early_color_hallways) { 593 if (GetState().door_shuffle_mode == kDOORS_MODE && !GetState().early_color_hallways) {
594 world_state |= kLOCATION_SMALL_SPHERE_ONE; 594 world_state |= kLOCATION_SMALL_SPHERE_ONE;
595 } 595 }
596 596