(svn r22196) -Codechange: use default values for the from and to of savegame versions as well

This commit is contained in:
rubidium
2011-03-05 10:20:49 +00:00
parent ba28937b3d
commit cb3fa759f3
7 changed files with 14 additions and 143 deletions

View File

@@ -42,6 +42,8 @@ interval = 0
str = STR_NULL
proc = NULL
load = NULL
from = 0
to = SL_MAX_VERSION
@@ -57,7 +59,6 @@ def = 0
min = 0
max = 0
full = NULL
from = 0
to = 3
[SDTG_GENERAL]
@@ -73,7 +74,6 @@ min = 0
max = 0
full = NULL
from = 4
to = SL_MAX_VERSION
##
[SDT_VAR]
@@ -131,14 +131,12 @@ max = MAX_SNOWLINE_HEIGHT * TILE_HEIGHT
[SDT_CONDNULL]
length = 1
from = 0
to = 22
[SDTC_CONDOMANY]
var = gui.autosave
type = SLE_UINT8
from = 23
to = SL_MAX_VERSION
flags = S
def = 1
max = 4