src/map.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 5847 9ce114e1d90d
--- 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