Merge branch 'pr-230' into jgrpp

This commit is contained in:
Jonathan G Rennison
2021-03-28 22:39:56 +01:00
5 changed files with 37 additions and 1 deletions

View File

@@ -375,6 +375,8 @@ struct GameCreationSettings {
byte min_river_length; ///< the minimum river length
byte river_route_random; ///< the amount of randomicity for the route finding
byte amount_of_rivers; ///< the amount of rivers
uint8 amount_of_rocks; ///< the amount of rocks
uint8 height_affects_rocks; ///< the affect that map height has on rocks
};
/** Settings related to construction in-game */