forked from mirror/OpenTTD
(svn r169) -Fix: move around sort-widgets a bit so it looks more natural
-Fix: savegames are sorted with newest date first by default -Codechange: refine sorter functions -Fix: fixed linux warnings (tokai)
This commit is contained in:
8
ttd.h
8
ttd.h
@@ -524,10 +524,10 @@ enum Sprites {
|
||||
};
|
||||
|
||||
enum MAP_OWNERS {
|
||||
OWNER_TOWN = 0xf, // a town owns the tile
|
||||
OWNER_NONE = 0x10,// nobody owns the tile
|
||||
OWNER_WATER = 0x11,// "water" owns the tile
|
||||
OWNER_SPECTATOR = 0xff, // spectator in MP or in scenario editor
|
||||
OWNER_TOWN = 0xf, // a town owns the tile
|
||||
OWNER_NONE = 0x10, // nobody owns the tile
|
||||
OWNER_WATER = 0x11, // "water" owns the tile
|
||||
OWNER_SPECTATOR = 0xff, // spectator in MP or in scenario editor
|
||||
};
|
||||
|
||||
VARDEF bool _savegame_sort_dirty;
|
||||
|
Reference in New Issue
Block a user