mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Don't strip previous thumbnail/minimap information on header replace, since the lumpnum will remain the same otherwise
This commit is contained in:
parent
1fbd5655f5
commit
accb88869d
1 changed files with 0 additions and 6 deletions
|
|
@ -363,12 +363,6 @@ static void P_ClearSingleMapHeaderInfo(INT16 i)
|
||||||
{
|
{
|
||||||
const INT16 num = (INT16)(i-1);
|
const INT16 num = (INT16)(i-1);
|
||||||
|
|
||||||
Patch_Free(mapheaderinfo[num]->thumbnailPic);
|
|
||||||
mapheaderinfo[num]->thumbnailPic = NULL;
|
|
||||||
|
|
||||||
Patch_Free(mapheaderinfo[num]->minimapPic);
|
|
||||||
mapheaderinfo[num]->minimapPic = NULL;
|
|
||||||
|
|
||||||
Z_Free(mapheaderinfo[num]->nextlevel);
|
Z_Free(mapheaderinfo[num]->nextlevel);
|
||||||
mapheaderinfo[num]->nextlevel = NULL;
|
mapheaderinfo[num]->nextlevel = NULL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue