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, 1 insertions, 1 deletions
diff --git a/src/town_type.h b/src/town_type.h
index f373a3c04..3ea1a4e98 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -16,7 +16,7 @@ typedef uint16 TownID;
struct Town;
/** Supported initial town sizes */
-enum TownSize {
+enum TownSize : byte {
TSZ_SMALL, ///< Small town.
TSZ_MEDIUM, ///< Medium town.
TSZ_LARGE, ///< Large town.