diff --git a/source/PlayState.hx b/source/PlayState.hx index 969568b..07037bd 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2592,7 +2592,7 @@ class PlayState extends MusicBeatState // FlxG.switchState(new GameOverState(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y)); } - if (FlxG.save.data.resetButton) + if (!inCutscene && FlxG.save.data.resetButton) { if (FlxG.keys.justPressed.R) {