File diff r6576:74c76316bd96 → r6577:a506578448c9
src/openttd.h
Show inline comments
 
@@ -212,6 +212,11 @@ enum TownLayout {
 
	NUM_TLS,             ///< Number of town layouts
 
};
 

	
 
/* It needs to be 8bits, because we save and load it as such */
 
/** Define basic enum properties */
 
template <> struct EnumPropsT<TownLayout> : MakeEnumPropsT<TownLayout, byte, TL_NO_ROADS, NUM_TLS, NUM_TLS> {};
 
typedef TinyEnumT<TownLayout> TownLayoutByte; //typedefing-enumification of TownLayout
 

	
 
enum {
 
	NUM_PRICES = 49,
 
};