Add generation of public roads linking towns

This commit is contained in:
Andreas Schmitt
2021-06-12 09:56:59 +02:00
committed by Jonathan G Rennison
parent d718ba62ef
commit 150e502cf9
9 changed files with 690 additions and 4 deletions

View File

@@ -388,6 +388,7 @@ struct GameCreationSettings {
bool lakes_allowed_in_deserts; ///< are lakes allowed in deserts?
uint8 amount_of_rocks; ///< the amount of rocks
uint8 height_affects_rocks; ///< the affect that map height has on rocks
uint8 build_public_roads; ///< build public roads connecting towns
};
/** Settings related to construction in-game */