src/openttd.h
changeset 9080 34bc7cbbb79a
parent 8989 42f45270fbca
child 9111 48ce04029fe4
equal deleted inserted replaced
9079:1b3d1fb740d8 9080:34bc7cbbb79a
    54 	 * In an ideal world, these constants would be used everywhere when
    54 	 * In an ideal world, these constants would be used everywhere when
    55 	 * accessing tunnels and bridges. For now, you should just not change
    55 	 * accessing tunnels and bridges. For now, you should just not change
    56 	 * the values for road and rail.
    56 	 * the values for road and rail.
    57 	 */
    57 	 */
    58 	TRANSPORT_BEGIN = 0,
    58 	TRANSPORT_BEGIN = 0,
    59 	TRANSPORT_RAIL = 0,
    59 	TRANSPORT_RAIL = TRANSPORT_BEGIN,
    60 	TRANSPORT_ROAD = 1,
    60 	TRANSPORT_ROAD,
    61 	TRANSPORT_WATER, // = 2
    61 	TRANSPORT_WATER,
       
    62 	TRANSPORT_AIR,
    62 	TRANSPORT_END,
    63 	TRANSPORT_END,
    63 	INVALID_TRANSPORT = 0xff,
    64 	INVALID_TRANSPORT = 0xff,
    64 };
    65 };
    65 
    66 
    66 /* Display Options */
    67 /* Display Options */