diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-05 20:50:34 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-05 20:50:34 -0500 |
commit | afc62ab48bb8586ba83ce86809c28c5eaf3ac740 (patch) | |
tree | a628cc2e33020ea8a7079255223b8c12b1bfbbc2 /src | |
parent | 22d7dc575ee70d98d40628f1df18bfa8ff718f51 (diff) | |
download | lingo-ap-tracker-afc62ab48bb8586ba83ce86809c28c5eaf3ac740.tar.gz lingo-ap-tracker-afc62ab48bb8586ba83ce86809c28c5eaf3ac740.tar.bz2 lingo-ap-tracker-afc62ab48bb8586ba83ce86809c28c5eaf3ac740.zip |
Small sphere 1 should not trigger on PMDS
Diffstat (limited to 'src')
-rw-r--r-- | src/ap_state.cpp | 2 |
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 | ||