readlevelheader: Correct incorrect associated music debug message

This commit is contained in:
toaster 2023-03-28 13:56:55 +01:00
parent 3e476568ea
commit 48eca2d8cf

View file

@ -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);