diff --git a/src/g_game.c b/src/g_game.c index 08fc60159..aa4241ef2 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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)