mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-09 16:24:42 +00:00
remove check if philly train sound playing
This commit is contained in:
parent
c3710025e1
commit
1467335ac7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue