Skip to content

Commit 469ce39

Browse files
LasercarHundrec
authored andcommitted
force restart train sound
1 parent 94e5efb commit 469ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preload/scripts/stages/phillyTrain.hxc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class PhillyTrainStage extends Stage
127127
function trainStart():Void
128128
{
129129
trainMoving = true;
130-
trainSound.play();
130+
trainSound.play(true);
131131
}
132132

133133
var startedMoving:Bool = false;

0 commit comments

Comments
 (0)