We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc972b commit 4e12d42Copy full SHA for 4e12d42
source/states/FreeplayState.hx
@@ -143,8 +143,7 @@ class FreeplayState extends MusicBeatState
143
Cursor.cursorMode = Default;
144
instance = this; // For Archipelago
145
146
- // Check if the Victory Song is cleared.
147
-
+ // Check if the Victory Song is cleared.
148
{
149
var victorySong = APEntryState.apGame.getSongAndMod(APEntryState.victorySong);
150
if (APEntryState.apGame.checkGoal(victorySong.song, victorySong.mod))
0 commit comments