mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Merge branch 'next' into spectator-little-things
This commit is contained in:
commit
4f5d5500f2
1 changed files with 3 additions and 0 deletions
|
@ -4734,6 +4734,9 @@ char *G_BuildMapTitle(INT32 mapnum)
|
|||
if (mapnum == 0)
|
||||
return Z_StrDup("Random");
|
||||
|
||||
if (!mapheaderinfo[mapnum-1])
|
||||
P_AllocMapHeader(mapnum-1);
|
||||
|
||||
if (strcmp(mapheaderinfo[mapnum-1]->lvlttl, ""))
|
||||
{
|
||||
size_t len = 1;
|
||||
|
|
Loading…
Reference in a new issue