mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 04:30:38 +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++)
|
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