- handle G_StartSlideshow
This commit is contained in:
parent
de1b89707d
commit
d4ee52f606
3 changed files with 6 additions and 6 deletions
|
|
@ -6619,7 +6619,7 @@ doplaysound: if (funcIndex == ACSF_PlayActorSound)
|
|||
return ScriptCall(activator, argCount, args);
|
||||
|
||||
case ACSF_StartSlideshow:
|
||||
G_StartSlideshow(FName(Level->Behaviors.LookupString(args[0])));
|
||||
G_StartSlideshow(Level, FName(Level->Behaviors.LookupString(args[0])));
|
||||
break;
|
||||
|
||||
case ACSF_GetSectorHealth:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue