diff -r 96b4b92b86ae -r 9c3129cb019b src/map.h --- a/src/map.h Wed Jan 10 18:44:52 2007 +0000 +++ b/src/map.h Wed Jan 10 18:56:51 2007 +0000 @@ -67,13 +67,6 @@ return (y >> 4 << MapLogX()) + (x >> 4); } -typedef byte Owner; -enum Owners { - OWNER_TOWN = 0x0F, // a town owns the tile - OWNER_NONE = 0x10, // nobody owns the tile - OWNER_WATER = 0x11, // "water" owns the tile - OWNER_END = 0x12, -}; enum { INVALID_TILE = (TileIndex)-1