mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Misc matches, including dComIfGp_event_runCheck fixes
This commit is contained in:
+1
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user