mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +00:00
- extended 'listmaps' by also printing the display name for the map.
This commit is contained in:
parent
d368d734d3
commit
c17808d789
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CCMD(listmaps)
|
|||
{
|
||||
for (unsigned int i = 0; i < numUsedSlots; i++)
|
||||
{
|
||||
Printf("%s\n", mapList[i].fileName.GetChars());
|
||||
Printf("%s - %s\n", mapList[i].fileName.GetChars(), mapList[i].DisplayName());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue