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:
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user