From e89f154c0df1d3a15237502e897eeb34f50c7293 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 20 Mar 2010 10:55:08 +0000 Subject: (svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums. --- src/town_type.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/town_type.h') 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 { -- cgit v1.2.3-54-g00ecf