mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix tunes -default to use stored RNG value
This commit is contained in:
parent
cee6e26a1e
commit
29663c23d6
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