File diff r26193:4bc7915a2156 → r26194:f7347205838e
src/town_type.h
Show inline comments
 
@@ -105,7 +105,7 @@ enum TownCargoGenMode : byte {
 
	TCGM_END,
 
};
 

	
 
static const uint MAX_LENGTH_TOWN_NAME_CHARS = 32; ///< The maximum length of a town name in characters including '\0'
 
static const uint MAX_LENGTH_TOWN_NAME_CHARS = 128; ///< The maximum length of a town name in characters including '\0'
 

	
 
/** Store the maximum and actually transported cargo amount for the current and the last month. */
 
template <typename Tstorage>