mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
G_StartTitleCard: don't play titlecard sfx for Podium
This commit is contained in:
parent
21706c6edf
commit
78ee9a7e0b
1 changed files with 1 additions and 0 deletions
|
|
@ -1284,6 +1284,7 @@ void G_StartTitleCard(void)
|
||||||
ST_startTitleCard();
|
ST_startTitleCard();
|
||||||
|
|
||||||
// play the sound
|
// play the sound
|
||||||
|
if (gamestate != GS_CEREMONY)
|
||||||
{
|
{
|
||||||
sfxenum_t kstart = sfx_kstart;
|
sfxenum_t kstart = sfx_kstart;
|
||||||
if (K_CheckBossIntro() == true)
|
if (K_CheckBossIntro() == true)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue