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.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/town_type.h b/src/town_type.h
index b863741b9..8da1a198a 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -14,10 +14,12 @@ typedef uint16 HouseClassID;
struct Town;
struct HouseSpec;
-enum TownSizeMode {
- TSM_RANDOM,
- TSM_FIXED,
- TSM_CITY
+/** Supported initial town sizes */
+enum TownSize {
+ TS_SMALL, ///< small town
+ TS_MEDIUM, ///< medium town
+ TS_LARGE, ///< large town
+ TS_RANDOM, ///< random size, bigger than small, smaller than large
};
enum {