- Forgot a delete.

SVN r3197 (trunk)
This commit is contained in:
Randy Heit 2011-05-08 16:45:36 +00:00
parent 91a5e077f2
commit 0e07113752

View file

@ -1867,6 +1867,7 @@ CCMD(listmaps)
{
Printf("%s: '%s' (%s)\n", info->mapname, info->LookupLevelName().GetChars(),
Wads.GetWadName(Wads.GetLumpFile(map->lumpnum)));
delete map;
}
}
}