I'm still an idiot

This commit is contained in:
James R 2019-12-29 02:16:37 -08:00
parent 2ffff56b39
commit 0a014755b9

View file

@ -4580,6 +4580,7 @@ INT32 G_FindMapByNameOrCode(const char *mapname, char **realmapnamep)
if (usemapcode) if (usemapcode)
{ {
if (realmapnamep)
(*realmapnamep) = G_BuildMapTitle(newmapnum); (*realmapnamep) = G_BuildMapTitle(newmapnum);
} }