mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
counter fix thing
This commit is contained in:
parent
0b42b6e305
commit
092dcb5a35
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ class GameOverSubState extends MusicBeatSubState
|
|||
if (controls.BACK)
|
||||
{
|
||||
blueballed = false;
|
||||
PlayState.deathCounter = 0;
|
||||
PlayState.seenCutscene = false;
|
||||
PlayState.instance.deathCounter = 0;
|
||||
// PlayState.seenCutscene = false; // old thing...
|
||||
gameOverMusic.stop();
|
||||
|
||||
if (PlayStatePlaylist.isStoryMode) FlxG.switchState(new StoryMenuState());
|
||||
|
|
Loading…
Reference in a new issue