mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
I'm still an idiot
This commit is contained in:
parent
2ffff56b39
commit
0a014755b9
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…
Reference in a new issue