summaryrefslogtreecommitdiff
path: root/src/saveload/station_sl.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-05 12:06:13 +0000
committeryexo <yexo@openttd.org>2010-08-05 12:06:13 +0000
commit2e6713ce956d42f55f0f6f34fe12ec8459dc0ab4 (patch)
tree79f6f1582cab37d6fd7ae03b8095147d85fb846d /src/saveload/station_sl.cpp
parent00902294b3077c163df1917121c5bb9a7b48e179 (diff)
downloadopenttd-2e6713ce956d42f55f0f6f34fe12ec8459dc0ab4.tar.xz
(svn r20374) -Codechange: add persistant storage for airports
Diffstat (limited to 'src/saveload/station_sl.cpp')
-rw-r--r--src/saveload/station_sl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp
index 31f024cd0..e2488e779 100644
--- a/src/saveload/station_sl.cpp
+++ b/src/saveload/station_sl.cpp
@@ -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),