(svn r3055) Give the savegame/scenarion sort order flags symbolic names

This commit is contained in:
tron
2005-10-17 19:57:00 +00:00
parent b85da4fef2
commit 23ecc82ad3
6 changed files with 47 additions and 25 deletions

View File

@@ -523,6 +523,13 @@ enum SpecialStrings {
typedef void PlaceProc(TileIndex tile);
enum {
SORT_ASCENDING = 0,
SORT_DESCENDING = 1,
SORT_BY_DATE = 0,
SORT_BY_NAME = 2
};
VARDEF byte _savegame_sort_order;
#define INVALID_UINT_TILE (uint)0xFFFFFFFF