mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Forgot a delete.
SVN r3197 (trunk)
This commit is contained in:
parent
91a5e077f2
commit
0e07113752
1 changed files with 1 additions and 0 deletions
|
@ -1867,6 +1867,7 @@ CCMD(listmaps)
|
|||
{
|
||||
Printf("%s: '%s' (%s)\n", info->mapname, info->LookupLevelName().GetChars(),
|
||||
Wads.GetWadName(Wads.GetLumpFile(map->lumpnum)));
|
||||
delete map;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue