diff --git a/source/stages/PhillyStreets.hx b/source/stages/PhillyStreets.hx index fd0c33d37a9..8151acac88e 100644 --- a/source/stages/PhillyStreets.hx +++ b/source/stages/PhillyStreets.hx @@ -215,7 +215,7 @@ class PhillyStreets extends BaseStage if(!videoEnded && videoName != null) { #if VIDEOS_ALLOWED - final shit = game.startVideo(videoName, function() + final shit = game.startVideo(videoName, '', function() { videoEnded = true; game.videoCutscene = null;