- make stuff compile again

This commit is contained in:
Christoph Oelckers 2022-04-22 11:27:49 +02:00
commit 54329bd87b
5 changed files with 11 additions and 7 deletions

View file

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