remove check if philly train sound playing

This commit is contained in:
MtH 2021-03-14 20:48:02 +01:00
parent ca2b62d8ea
commit 305df1f6ad
1 changed files with 1 additions and 2 deletions

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;