mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 13:12:50 +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();
|
||||
|
||||
// play the sound
|
||||
if (gamestate != GS_CEREMONY)
|
||||
{
|
||||
sfxenum_t kstart = sfx_kstart;
|
||||
if (K_CheckBossIntro() == true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue