(svn r23326) -Fix [FS#4852] (r23239): snow line for very old savegames wasn't retrieved from the savegame anymore

This commit is contained in:
rubidium 2011-11-25 17:33:58 +00:00
parent 03c86ab874
commit bf55f58a47

View File

@ -130,8 +130,18 @@ max = 3
full = _climates full = _climates
load = ConvertLandscape 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] [SDT_NULL]
length = 1 length = 1
from = 22
to = 164 to = 164
[SDT_NULL] [SDT_NULL]