summaryrefslogtreecommitdiff
path: root/src/town_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_type.h')
-rw-r--r--src/town_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/town_type.h b/src/town_type.h
index 3491b68d7..c800a5154 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -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
};