summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 5ff4a0637..f9c1abdb1 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -219,6 +219,9 @@ struct GameCreationSettings {
uint16 custom_town_number; ///< manually entered number of towns
byte variety; ///< variety level applied to TGP
byte custom_sea_level; ///< manually entered percentage of water in the map
+ 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
};
/** Settings related to construction in-game */