(svn r19382) -Fix (r19381): don't break savegame version 139

This commit is contained in:
yexo
2010-03-10 18:59:40 +00:00
parent 1a28aaf69e
commit 22081cbd19
3 changed files with 13 additions and 11 deletions

View File

@@ -332,8 +332,8 @@ static const SaveLoad _station_desc[] = {
SLE_REF(Station, truck_stops, REF_ROADSTOPS),
SLE_VAR(Station, dock_tile, SLE_UINT32),
SLE_VAR(Station, airport.tile, SLE_UINT32),
SLE_CONDVAR(Station, airport.w, SLE_UINT8, 139, SL_MAX_VERSION),
SLE_CONDVAR(Station, airport.h, SLE_UINT8, 139, SL_MAX_VERSION),
SLE_CONDVAR(Station, airport.w, SLE_UINT8, 140, SL_MAX_VERSION),
SLE_CONDVAR(Station, airport.h, SLE_UINT8, 140, SL_MAX_VERSION),
SLE_VAR(Station, airport_type, SLE_UINT8),
SLE_VAR(Station, airport_flags, SLE_UINT64),