mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-21 11:25:42 +01: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
|
var = game_creation.custom_sea_level
|
||||||
type = SLE_UINT8
|
type = SLE_UINT8
|
||||||
from = SLV_149
|
from = SLV_149
|
||||||
def = 1
|
def = CUSTOM_SEA_LEVEL_MIN_PERCENTAGE
|
||||||
min = 2
|
min = CUSTOM_SEA_LEVEL_MIN_PERCENTAGE
|
||||||
max = 90
|
max = CUSTOM_SEA_LEVEL_MAX_PERCENTAGE
|
||||||
cat = SC_BASIC
|
cat = SC_BASIC
|
||||||
|
|
||||||
[SDT_VAR]
|
[SDT_VAR]
|
||||||
|
Loading…
Reference in New Issue
Block a user