Skip to content

Commit

Permalink
oh right i forgot this too WHY
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Feb 18, 2024
1 parent c1f893e commit a7fa102
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source/states/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,9 @@ class TitleState extends MusicBeatState {
switch (sickBeats)
{
case 1:
if (!initialized) {
if (FlxG.sound.music == null) {
FlxG.sound.playMusic(Paths.music('freakyMenu'), 0);
FlxG.sound.music.fadeIn(4, 0, 0.7);
}
if (FlxG.sound.music == null) {
FlxG.sound.playMusic(Paths.music('freakyMenu'), 0);
FlxG.sound.music.fadeIn(4, 0, 0.7);
}
case 2:
#if ALLEYWAY_WATERMARKS
Expand Down

0 comments on commit a7fa102

Please sign in to comment.