Skip to content

Commit 7b30a14

Browse files
LasercarHundrec
authored andcommitted
PhillyStageErect picogasp no more
1 parent 0c5a965 commit 7b30a14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

preload/scripts/stages/phillyTrainErect.hxc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class PhillyTrainErectStage extends Stage
9797
var cutsceneConductor:Conductor;
9898

9999
var cutsceneTimerManager:FlxTimerManager;
100-
var gaspSound:FunkinSound = null;
101100

102101
function doppleGangerCutscene()
103102
{
@@ -232,8 +231,6 @@ class PhillyTrainErectStage extends Stage
232231
picoPlayer.scriptCall('doAnim', ['Player', playerShoots, explode, cutsceneTimerManager]);
233232
picoOpponent.scriptCall('doAnim', ['Opponent', !playerShoots, explode, cutsceneTimerManager]);
234233

235-
if (gaspSound == null) gaspSound = FunkinSound.playOnce(Paths.sound('cutscene/picoGasp'), 1);
236-
237234
PlayState.instance.resetCamera(false, true);
238235
PlayState.instance.cameraFollowPoint.setPosition(midPoint[0], midPoint[1]);
239236

0 commit comments

Comments
 (0)