From 23ecc82ad31b29dbf2adc3dd0f6f7550b3ac3e69 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 17 Oct 2005 19:57:00 +0000 Subject: (svn r3055) Give the savegame/scenarion sort order flags symbolic names --- openttd.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 0796778db..26f45f219 100644 --- a/openttd.h +++ b/openttd.h @@ -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 -- cgit v1.2.3-54-g00ecf