allow optionally skipping initial wipe in in-game intermissions
This commit is contained in:
parent
206c2291d9
commit
33bae944f7
9 changed files with 26 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue