From f3ac332cee7a8bd216293ef1ad0a7d1ddd1341f6 Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Wed, 14 Jul 2021 09:40:02 +0300 Subject: [PATCH] song replay bug fix --- source/ResultsScreen.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ResultsScreen.hx b/source/ResultsScreen.hx index fe4fb92..79ee271 100644 --- a/source/ResultsScreen.hx +++ b/source/ResultsScreen.hx @@ -238,7 +238,6 @@ class ResultsScreen extends FlxSubState PlayState.SONG = Song.loadFromJson(poop, PlayState.rep.replay.songName); PlayState.isStoryMode = false; PlayState.storyDifficulty = PlayState.rep.replay.songDiff; - PlayState.storyWeek = 0; LoadingState.loadAndSwitchState(new PlayState()); } @@ -275,7 +274,6 @@ class ResultsScreen extends FlxSubState PlayState.SONG = Song.loadFromJson(poop, PlayState.SONG.song); PlayState.isStoryMode = false; PlayState.storyDifficulty = PlayState.storyDifficulty; - PlayState.storyWeek = 0; LoadingState.loadAndSwitchState(new PlayState()); }