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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/town_type.h b/src/town_type.h
index 266e95214..2224499e3 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -19,10 +19,10 @@ struct Town;
/** 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
+ TSZ_SMALL, ///< Small town.
+ TSZ_MEDIUM, ///< Medium town.
+ TSZ_LARGE, ///< Large town.
+ TSZ_RANDOM, ///< Random size, bigger than small, smaller than large.
};
enum {