mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -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
|
function trainStart():Void
|
||||||
{
|
{
|
||||||
trainMoving = true;
|
trainMoving = true;
|
||||||
if (!trainSound.playing)
|
|
||||||
trainSound.play(true);
|
trainSound.play(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue