(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 1121fb8698
commit 9e50228fe2

View File

@@ -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]