ttd.h
changeset 1214 8262981ac274
parent 1030 24c0b0000bf0
child 1330 5d76a0522a11
--- a/ttd.h	Sat Jan 29 14:56:25 2005 +0000
+++ b/ttd.h	Sat Jan 29 15:12:40 2005 +0000
@@ -86,20 +86,6 @@
 	SM_START_SCENARIO = 10,
 };
 
-enum MapTileTypes {
-	MP_CLEAR,
-	MP_RAILWAY,
-	MP_STREET,
-	MP_HOUSE,
-	MP_TREES,
-	MP_STATION,
-	MP_WATER,
-	MP_VOID, // invisible tiles at the SW and SE border
-	MP_INDUSTRY,
-	MP_TUNNELBRIDGE,
-	MP_UNMOVABLE
-};
-
 typedef enum TransportTypes {
 	/* These constants are for now linked to the representation of bridges
 	 * and tunnels, so they can be used by GetTileTrackStatus_TunnelBridge