- handle G_StartSlideshow

This commit is contained in:
Christoph Oelckers 2019-01-29 04:17:58 +01:00
commit d4ee52f606
3 changed files with 6 additions and 6 deletions

View file

@ -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: