mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-24 10:59:32 +00:00
Merge pull request #35 from lotusotho/boopeebohalting-fix
Fixed loop problem at the end of Boopeebo because of the vocals
This commit is contained in:
commit
d2a58cee19
|
@ -797,7 +797,8 @@ class PlayState extends MusicBeatState
|
||||||
{
|
{
|
||||||
switch (totalBeats)
|
switch (totalBeats)
|
||||||
{
|
{
|
||||||
case 127:
|
case 128, 129, 130:
|
||||||
|
vocals.volume = 0;
|
||||||
// FlxG.sound.music.stop();
|
// FlxG.sound.music.stop();
|
||||||
// curLevel = 'Fresh';
|
// curLevel = 'Fresh';
|
||||||
// FlxG.switchState(new PlayState());
|
// FlxG.switchState(new PlayState());
|
||||||
|
|
Loading…
Reference in a new issue