summaryrefslogtreecommitdiff
path: root/src/town_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-03-20 10:59:06 +0000
committeralberth <alberth@openttd.org>2010-03-20 10:59:06 +0000
commit7ef97932d93050d2e0fb78e77179945d5904e392 (patch)
tree035beb125c8604cf0afe98875c78971e8b6d9570 /src/town_type.h
parente89f154c0df1d3a15237502e897eeb34f50c7293 (diff)
downloadopenttd-7ef97932d93050d2e0fb78e77179945d5904e392.tar.xz
(svn r19479) -Codechange: Test range of town size and layout instead of against the current last value.
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 2224499e3..320653011 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -23,6 +23,8 @@ enum TownSize {
TSZ_MEDIUM, ///< Medium town.
TSZ_LARGE, ///< Large town.
TSZ_RANDOM, ///< Random size, bigger than small, smaller than large.
+
+ TSZ_END, ///< Number of available town sizes.
};
enum {