mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 02:19:41 +00:00
(svn r23326) -Fix [FS#4852] (r23239): snow line for very old savegames wasn't retrieved from the savegame anymore
This commit is contained in:
parent
03c86ab874
commit
bf55f58a47
@ -130,8 +130,18 @@ max = 3
|
||||
full = _climates
|
||||
load = ConvertLandscape
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
var = game_creation.snow_line_height
|
||||
type = SLE_UINT8
|
||||
def = DEF_SNOWLINE_HEIGHT * TILE_HEIGHT
|
||||
min = MIN_SNOWLINE_HEIGHT * TILE_HEIGHT
|
||||
max = MAX_SNOWLINE_HEIGHT * TILE_HEIGHT
|
||||
to = 21
|
||||
|
||||
[SDT_NULL]
|
||||
length = 1
|
||||
from = 22
|
||||
to = 164
|
||||
|
||||
[SDT_NULL]
|
||||
|
Loading…
Reference in New Issue
Block a user