diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-05 02:13:21 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-05 02:13:21 -0500 |
| commit | 76083c90eaec65aa0eebd9a75256240465ac577c (patch) | |
| tree | 88a1a76921496af4c2b68277e8ccaf0d78bd4489 /src/d/d_kankyo.cpp | |
| parent | 0d899b50f592978e2476813b06b50da4de0f638d (diff) | |
Misc matches, including dComIfGp_event_runCheck fixes
Diffstat (limited to 'src/d/d_kankyo.cpp')
| -rw-r--r-- | src/d/d_kankyo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_kankyo.cpp b/src/d/d_kankyo.cpp index eacdbb9b..1d5189ec 100644 --- a/src/d/d_kankyo.cpp +++ b/src/d/d_kankyo.cpp @@ -511,7 +511,7 @@ void dScnKy_env_light_c::setDaytime() { } #endif - if (!dKy_checkEventNightStop() && dComIfGs_isGetItem(2, 0) && !dComIfGp_event_runCheck() && + if (!dKy_checkEventNightStop() && dComIfGs_isGetItem(2, 0) && dComIfGp_event_runCheck() == FALSE && !var_r30) { if (dComIfGp_roomControl_getTimePass()) { |
