EndOfLevel: 2.1 _clear -> lclear music in y_inter

This commit is contained in:
mazmazz 2018-09-18 23:32:00 -04:00
parent b057b2932d
commit 481c0d7623

View file

@ -700,7 +700,7 @@ void Y_Ticker(void)
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
else
S_ChangeMusicInternal("_clear", false); // don't loop it
S_ChangeMusicInternal("lclear", false); // don't loop it
}
if (intertic < TICRATE) // one second pause before tally begins
@ -765,7 +765,7 @@ void Y_Ticker(void)
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
else
S_ChangeMusicInternal("_clear", false); // don't loop it
S_ChangeMusicInternal("lclear", false); // don't loop it
tallydonetic = 0;
}