File diff r26113:052b5113bfa8 → r26114:91e053fa2e46
src/transport_type.h
Show inline comments
 
@@ -16,7 +16,7 @@
 
typedef uint16 UnitID;
 

	
 
/** Available types of transport */
 
enum TransportType {
 
enum TransportType : byte {
 
	/* These constants are for now linked to the representation of bridges
 
	 * and tunnels, so they can be used by GetTileTrackStatus_TunnelBridge.
 
	 * In an ideal world, these constants would be used everywhere when