mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-14 10:42:30 +00:00
readlevelheader: Correct incorrect associated music debug message
This commit is contained in:
parent
3e476568ea
commit
48eca2d8cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1202,7 +1202,7 @@ void readlevelheader(MYFILE *f, char * name)
|
|||
if (j >= MAXMUSNAMES)
|
||||
break;
|
||||
deh_strlcpy(mapheaderinfo[num]->associatedmus[j], tmp,
|
||||
sizeof(mapheaderinfo[num]->associatedmus[j]), va("Level header %d: music", num));
|
||||
sizeof(mapheaderinfo[num]->associatedmus[j]), va("Level header %d: associated music", num));
|
||||
j++;
|
||||
} while ((tmp = strtok(NULL,",")) != NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue