mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
remove check if philly train sound playing
This commit is contained in:
parent
c3710025e1
commit
1467335ac7
1 changed files with 1 additions and 2 deletions
|
@ -2198,7 +2198,6 @@ class PlayState extends MusicBeatState
|
|||
function trainStart():Void
|
||||
{
|
||||
trainMoving = true;
|
||||
if (!trainSound.playing)
|
||||
trainSound.play(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue