remove check if philly train sound playing

This commit is contained in:
MtH 2021-03-14 20:48:02 +01:00
parent c3710025e1
commit 1467335ac7

View file

@ -2198,8 +2198,7 @@ class PlayState extends MusicBeatState
function trainStart():Void
{
trainMoving = true;
if (!trainSound.playing)
trainSound.play(true);
trainSound.play(true);
}
var startedMoving:Bool = false;