mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-10 08:17:05 +00:00
Fix: Custom sea level default value is now equal to minimum value, not lower
Custom sea level default value was lower than the minimum
This commit is contained in:
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…
Reference in New Issue
Block a user