mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
don't autosave if playing a cutscene
This commit is contained in:
+3
-1
@@ -748,7 +748,9 @@ static int dScnPly_Execute(dScnPly_c* i_this) {
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
if (!fopOvlpM_IsPeek() && !dComIfG_resetToOpening(i_this) && !dComIfGp_isEnableNextStage() && shouldAutoSave == FALSE) {
|
||||
if (!dComIfGp_event_runCheck() && !fopOvlpM_IsPeek() && !dComIfG_resetToOpening(i_this) &&
|
||||
!dComIfGp_isEnableNextStage() && shouldAutoSave == FALSE)
|
||||
{
|
||||
triggerAutoSave();
|
||||
shouldAutoSave = TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user