procTactPlay, player_tact 100%

fixes #641
This commit is contained in:
LagoLunatic
2024-06-07 10:02:06 -04:00
parent 90ce6f8ba6
commit f8f84a2ac8
5 changed files with 118 additions and 9 deletions
+4 -4
View File
@@ -3526,12 +3526,12 @@ u8 dKy_pship_existense_chk() {
}
/* 80197708-80197760 .text dKy_daynighttact_stop_chk__Fv */
bool dKy_daynighttact_stop_chk() {
bool rt = false;
BOOL dKy_daynighttact_stop_chk() {
BOOL rt = FALSE;
if (dKy_checkEventNightStop()) {
rt = true;
rt = TRUE;
} else if (g_env_light.mbDayNightTactStop) {
rt = true;
rt = TRUE;
}
return rt;