openttd.h
changeset 3017 915fae59d5e0
parent 2828 996de8e891c7
child 3173 1b75b9a6ff71
equal deleted inserted replaced
3016:c63fb93fa1a0 3017:915fae59d5e0
   114 	 * to compare against the map5 array. In an ideal world, these
   114 	 * to compare against the map5 array. In an ideal world, these
   115 	 * constants would be used everywhere when accessing tunnels and
   115 	 * constants would be used everywhere when accessing tunnels and
   116 	 * bridges. For now, you should just not change the values for road
   116 	 * bridges. For now, you should just not change the values for road
   117 	 * and rail.
   117 	 * and rail.
   118 	 */
   118 	 */
   119   TRANSPORT_RAIL = 0,
   119 	TRANSPORT_RAIL = 0,
   120 	TRANSPORT_ROAD = 1,
   120 	TRANSPORT_ROAD = 1,
   121 	TRANSPORT_WATER,	// = 2
   121 	TRANSPORT_WATER,	// = 2
   122 	TRANSPORT_END,
   122 	TRANSPORT_END,
   123 	INVALID_TRANSPORT = 0xff,
   123 	INVALID_TRANSPORT = 0xff,
   124 } TransportType;
   124 } TransportType;