From aa692a99a900066c48c78f162f355295507a4fb7 Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 5 Feb 2009 13:33:37 +0000 Subject: (svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable --- src/town_type.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/town_type.h') diff --git a/src/town_type.h b/src/town_type.h index b863741b9..8da1a198a 100644 --- a/src/town_type.h +++ b/src/town_type.h @@ -14,10 +14,12 @@ typedef uint16 HouseClassID; struct Town; struct HouseSpec; -enum TownSizeMode { - TSM_RANDOM, - TSM_FIXED, - TSM_CITY +/** 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 }; enum { -- cgit v1.2.3-54-g00ecf