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:
Acumen 2005-08-14 01:08:09 +00:00
parent 9e40ebc93d
commit 7a9f59c192
21 changed files with 3 additions and 0 deletions

View File

@ -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++)
{