(svn r19479) -Codechange: Test range of town size and layout instead of against the current last value.
This commit is contained in:
@@ -23,6 +23,8 @@ enum TownSize {
|
||||
TSZ_MEDIUM, ///< Medium town.
|
||||
TSZ_LARGE, ///< Large town.
|
||||
TSZ_RANDOM, ///< Random size, bigger than small, smaller than large.
|
||||
|
||||
TSZ_END, ///< Number of available town sizes.
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user