From 83fc8110ba00047a60027dd9f9407ac730899026 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 30 Apr 2023 21:48:02 +0100 Subject: [PATCH] Versus music: *Also* begin at tic 1, not 3 --- src/p_tick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_tick.c b/src/p_tick.c index 393373ecc..31c1e5c35 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -820,7 +820,7 @@ void P_Ticker(boolean run) else if (K_CheckBossIntro() == true) { // Bosses have a punchy start, so no position. - if (leveltime == 3) + if (leveltime == 1) { S_ChangeMusic(mapmusname, mapmusflags, true); S_ShowMusicCredit();