mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-22 02:00:50 +00:00
I'm still an idiot
(cherry picked from commit 0a014755b98fb909aed4a12feba00744bc2af225)
This commit is contained in:
parent
9a2ff50f5a
commit
9885ab164a
1 changed files with 2 additions and 1 deletions
|
@ -4972,7 +4972,8 @@ INT32 G_FindMapByNameOrCode(const char *mapname, char **realmapnamep)
|
|||
|
||||
if (usemapcode)
|
||||
{
|
||||
(*realmapnamep) = G_BuildMapTitle(newmapnum);
|
||||
if (realmapnamep)
|
||||
(*realmapnamep) = G_BuildMapTitle(newmapnum);
|
||||
}
|
||||
|
||||
return newmapnum;
|
||||
|
|
Loading…
Reference in a new issue