mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 11:32:24 +00:00
F_StartIntro: Disable sound credit (was relevant during routine gamedata deletion)
This commit is contained in:
parent
40786a006c
commit
328ab0059a
1 changed files with 2 additions and 0 deletions
|
|
@ -309,6 +309,8 @@ void F_StartCustomCutscene(INT32 cutscenenum, boolean precutscene, boolean reset
|
|||
|
||||
void F_StartIntro(void)
|
||||
{
|
||||
cursongcredit.def = NULL;
|
||||
|
||||
if (gamestate)
|
||||
{
|
||||
F_WipeStartScreen();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue