mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Music_TuneReset: Don't reset credits
This commit is contained in:
parent
ec0413bee5
commit
d50d16bb3d
1 changed files with 1 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ void Music_Init(void)
|
||||||
Tune& tune = g_tunes.insert("credits");
|
Tune& tune = g_tunes.insert("credits");
|
||||||
|
|
||||||
tune.priority = 101;
|
tune.priority = 101;
|
||||||
tune.song = ""; // Music_TuneReset
|
tune.song = ""; // F_NewCreditsMusic
|
||||||
tune.credit = true;
|
tune.credit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -540,6 +540,5 @@ void Music_TuneReset(void)
|
||||||
Music_Remap("wait", "WAIT2J");
|
Music_Remap("wait", "WAIT2J");
|
||||||
Music_Remap("title", "_title");
|
Music_Remap("title", "_title");
|
||||||
Music_Remap("credits_silence", "");
|
Music_Remap("credits_silence", "");
|
||||||
Music_Remap("credits", "_creds");
|
|
||||||
Music_Remap("lawyer", "lawyer");
|
Music_Remap("lawyer", "lawyer");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue