Versus music: *Also* begin at tic 1, not 3

This commit is contained in:
toaster 2023-04-30 21:48:02 +01:00
parent 581567dfae
commit 83fc8110ba

View file

@ -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();