Fix: Custom sea level default value is now equal to minimum value, not lower

Custom sea level default value was lower than the minimum
pull/128/head
Samu 5 years ago committed by Charles Pigott
parent e54184d18b
commit 96f8c13543

@ -2373,9 +2373,9 @@ base = GameSettings
var = game_creation.custom_sea_level
type = SLE_UINT8
from = SLV_149
def = 1
min = 2
max = 90
def = CUSTOM_SEA_LEVEL_MIN_PERCENTAGE
min = CUSTOM_SEA_LEVEL_MIN_PERCENTAGE
max = CUSTOM_SEA_LEVEL_MAX_PERCENTAGE
cat = SC_BASIC
[SDT_VAR]

Loading…
Cancel
Save