(svn r18541) -Feature: Additional map variety option for TGP landscape generator. Evolved from curve map idea from Zephyris.

This commit is contained in:
peter1138
2009-12-19 18:00:38 +00:00
parent 9384da0ea2
commit e88b327343
5 changed files with 161 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ struct GameCreationSettings {
byte snow_line; ///< the snowline level in this game
byte water_borders; ///< bitset of the borders that are water
uint16 custom_town_number; ///< manually entered number of towns
byte variety; ///< variety level applied to TGP
};
/** Settings related to construction in-game */