summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ttd.h b/ttd.h
index 9e9127156..1928e5099 100644
--- a/ttd.h
+++ b/ttd.h
@@ -510,13 +510,6 @@ enum SpecialStrings {
typedef void PlaceProc(uint tile);
-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
-};
-
VARDEF bool _savegame_sort_dirty;
VARDEF byte _savegame_sort_order;