Merge pull request #1282 from SimplyMerlin/fix-bugs

Fix small bugs
This commit is contained in:
Kade M
2021-07-19 21:38:18 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -2811,7 +2811,7 @@ class PlayState extends MusicBeatState
else
health = 1;
}
if (FlxG.save.data.resetButton)
if (!inCutscene && FlxG.save.data.resetButton)
{
if (FlxG.keys.justPressed.R)
{