mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Display the music credits for titlescreen
This commit is contained in:
parent
14dc5397b3
commit
a61e9d4b71
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ void Music_Init(void)
|
||||||
tune.song = "_title";
|
tune.song = "_title";
|
||||||
tune.priority = 100;
|
tune.priority = 100;
|
||||||
tune.resist = true;
|
tune.resist = true;
|
||||||
|
tune.credit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue