G_StartTitleCard: don't play titlecard sfx for Podium

This commit is contained in:
James R 2023-08-20 17:18:39 -07:00
parent 21706c6edf
commit 78ee9a7e0b

View file

@ -1284,6 +1284,7 @@ void G_StartTitleCard(void)
ST_startTitleCard();
// play the sound
if (gamestate != GS_CEREMONY)
{
sfxenum_t kstart = sfx_kstart;
if (K_CheckBossIntro() == true)