(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums.

This commit is contained in:
alberth
2010-03-20 10:55:08 +00:00
parent 608d5bdd97
commit b0f3fff54b
3 changed files with 11 additions and 11 deletions

View File

@@ -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 {