mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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)
|
if (j >= MAXMUSNAMES)
|
||||||
break;
|
break;
|
||||||
deh_strlcpy(mapheaderinfo[num]->associatedmus[j], tmp,
|
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++;
|
j++;
|
||||||
} while ((tmp = strtok(NULL,",")) != NULL);
|
} while ((tmp = strtok(NULL,",")) != NULL);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue