mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-17 21:42:49 +00:00
Add deprecation warning when using the level header parameter
This commit is contained in:
parent
bf6b9c6fed
commit
f674737898
1 changed files with 2 additions and 0 deletions
|
|
@ -1515,6 +1515,8 @@ void readlevelheader(MYFILE *f, INT32 num)
|
|||
sizeof(mapheaderinfo[num-1]->musname), va("Level header %d: music", num));
|
||||
}
|
||||
}
|
||||
else if (fastcmp(word, "MUSICSLOT"))
|
||||
deh_warning("Level header %d: MusicSlot parameter is deprecated and will be removed.\nUse \"Music\" instead.", num);
|
||||
else if (fastcmp(word, "MUSICTRACK"))
|
||||
mapheaderinfo[num-1]->mustrack = ((UINT16)i - 1);
|
||||
else if (fastcmp(word, "MUSICPOS"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue