1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 00:21:11 +00:00

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;