allow optionally skipping initial wipe in in-game intermissions

This commit is contained in:
Ricardo Luís Vaz Silva 2025-01-25 19:50:54 -03:00
commit 33bae944f7
9 changed files with 26 additions and 24 deletions

View file

@ -1743,7 +1743,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(_Sector, SetXOffset, SetXOffset)
PARAM_SELF_STRUCT_PROLOGUE(FLevelLocals);
PARAM_NAME(seq);
PARAM_INT(state);
G_StartSlideshow(self, seq);
G_StartSlideshow(self, seq, state);
return 0;
}