(svn r12534) -Feature: Add a new type of town road layouts - random for each town

This commit is contained in:
skidd13
2008-04-01 16:27:01 +00:00
parent 15b2f07587
commit 1e7f2dbc10
4 changed files with 87 additions and 31 deletions

View File

@@ -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
};