mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Command_MusicDef_f: fix typo
This commit is contained in:
parent
8bd6c9cffb
commit
6e79ae9a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -2771,7 +2771,7 @@ static void Command_MusicDef_f(void)
|
|||
|
||||
for (i = 1; i < def->numtracks; ++i)
|
||||
{
|
||||
CONS_Printf(", %s", def->name[1]);
|
||||
CONS_Printf(", %s", def->name[i]);
|
||||
}
|
||||
|
||||
CONS_Printf(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue