mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
I'm still an idiot
This commit is contained in:
parent
0004f47f94
commit
69535cf202
1 changed files with 2 additions and 1 deletions
|
|
@ -4580,7 +4580,8 @@ INT32 G_FindMapByNameOrCode(const char *mapname, char **realmapnamep)
|
|||
|
||||
if (usemapcode)
|
||||
{
|
||||
(*realmapnamep) = G_BuildMapTitle(newmapnum);
|
||||
if (realmapnamep)
|
||||
(*realmapnamep) = G_BuildMapTitle(newmapnum);
|
||||
}
|
||||
|
||||
return newmapnum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue