File diff r8795:985f029aa09c → r8796:7940548db691
src/town_type.h
Show inline comments
 
@@ -66,6 +66,8 @@ enum TownLayout {
 
	TL_2X2_GRID,         ///< Geometric 2x2 grid algorithm
 
	TL_3X3_GRID,         ///< Geometric 3x3 grid algorithm
 

	
 
	TL_RANDOM,           ///< Random town layout
 

	
 
	NUM_TLS,             ///< Number of town layouts
 
};