Skip to content

Commit 3a23546

Browse files
committed
Update alley.hx
1 parent a1dc155 commit 3a23546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/base_game/shared/stages/alley.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ function onCreate()
7171

7272
resetCar(true, true);
7373

74-
if game.songName
75-
game.startCallback = doIntro;
74+
if (game.songName == "Funky Fanta")
75+
game.startCallback = doIntro;
7676
}
7777

7878
function doIntro() {

0 commit comments

Comments
 (0)