mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 04:32:17 +00:00
Improved navigation of file list by backing up particularly old and deprecated maps, and alphabetically sorted the map list.
This was SVN commit r2616.
This commit is contained in:
@@ -474,6 +474,9 @@
|
||||
|
||||
// Get a list of map names.
|
||||
mapArray = buildFileList (mapPath, "*.pmp", false);
|
||||
|
||||
// Alphabetically sort the list.
|
||||
mapArray.sort();
|
||||
|
||||
for (mapIndex = 0; mapIndex < mapArray.length; mapIndex++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user