result screen loop fix
if result screen was turned off and played under freeplay it would load up the playstate again instead of sending the player directly back to the freeplay menu
This commit is contained in:
parent
074e08650f
commit
fc5f5f6218
@ -2697,7 +2697,7 @@ class PlayState extends MusicBeatState
|
||||
if (FlxG.save.data.scoreScreen)
|
||||
openSubState(new ResultsScreen());
|
||||
else
|
||||
FlxG.switchState(new PlayState());
|
||||
FlxG.switchState(new FreeplayState());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user