diff options
-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 | ||