(svn r20374) -Codechange: add persistant storage for airports

This commit is contained in:
yexo
2010-08-05 12:06:13 +00:00
parent 00902294b3
commit 2e6713ce95
3 changed files with 9 additions and 1 deletions

View File

@@ -338,6 +338,7 @@ static const SaveLoad _station_desc[] = {
SLE_CONDVAR(Station, airport.layout, SLE_UINT8, 145, SL_MAX_VERSION),
SLE_VAR(Station, airport.flags, SLE_UINT64),
SLE_CONDVAR(Station, airport.rotation, SLE_UINT8, 145, SL_MAX_VERSION),
SLE_CONDARR(Station, airport.psa.storage, SLE_UINT32, 16, 145, SL_MAX_VERSION),
SLE_VAR(Station, indtype, SLE_UINT8),