summaryrefslogtreecommitdiff
path: root/src/town_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-03-20 10:55:08 +0000
committeralberth <alberth@openttd.org>2010-03-20 10:55:08 +0000
commite89f154c0df1d3a15237502e897eeb34f50c7293 (patch)
tree4af82b40c3ae6c47b8479babc3cc018eeb4caf80 /src/town_type.h
parentf439b5767aad0cca6c2f40354fb4af2e398053aa (diff)
downloadopenttd-e89f154c0df1d3a15237502e897eeb34f50c7293.tar.xz
(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums.
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 {