mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix empty position music header field pointing to garbage string
This commit is contained in:
parent
78b4b6f5ec
commit
5020e564e2
1 changed files with 1 additions and 0 deletions
|
|
@ -391,6 +391,7 @@ static void P_ClearSingleMapHeaderInfo(INT16 num)
|
|||
mapheaderinfo[num]->keywords[0] = '\0';
|
||||
mapheaderinfo[num]->musname[0][0] = 0;
|
||||
mapheaderinfo[num]->musname_size = 0;
|
||||
mapheaderinfo[num]->positionmus[0] = '\0';
|
||||
mapheaderinfo[num]->associatedmus[0][0] = 0;
|
||||
mapheaderinfo[num]->associatedmus_size = 0;
|
||||
mapheaderinfo[num]->mustrack = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue