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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index f353d6da2..e12507938 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -179,6 +179,7 @@ struct GameCreationSettings {
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
+ byte custom_sea_level; ///< manually entered percentage of water in the map
};
/** Settings related to construction in-game */