Skip to content

Commit f0cbe55

Browse files
committed
Update TwoPicos.hx
1 parent f5da031 commit f0cbe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/stages/cutscenes/TwoPicos.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class TwoPicos
238238
}
239239
cutsceneHandler.timer(0.3, () ->
240240
{
241-
FlxG.sound.play(Paths.sound('cutscene/picoGasp'), 1.0, false, true, true);
241+
FlxG.sound.play(Paths.sound('cutscene/picoGasp'), 1.0);
242242
});
243243

244244
cutsceneHandler.timer(4, () ->

0 commit comments

Comments
 (0)