(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable

This commit is contained in:
smatz
2009-02-05 13:33:37 +00:00
parent 9d94c8f369
commit aa692a99a9
4 changed files with 33 additions and 47 deletions

View File

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