mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'alt-music-tunesfix' into 'master'
Fix tunes -default to use stored RNG value See merge request KartKrew/Kart!951
This commit is contained in:
commit
9dedbb2508
1 changed files with 1 additions and 1 deletions
|
|
@ -2521,7 +2521,7 @@ static void Command_Tunes_f(void)
|
||||||
}
|
}
|
||||||
else if (!strcasecmp(tunearg, "-default"))
|
else if (!strcasecmp(tunearg, "-default"))
|
||||||
{
|
{
|
||||||
tunearg = mapheaderinfo[gamemap-1]->musname[0];
|
tunearg = mapheaderinfo[gamemap-1]->musname[mapmusrng];
|
||||||
track = mapheaderinfo[gamemap-1]->mustrack;
|
track = mapheaderinfo[gamemap-1]->mustrack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue