From d2f9b87ccd370db55f360995609963b7c2d864df Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 5 Aug 2010 12:00:09 +0000 Subject: (svn r20366) -Codechange: store the rotation of the airport layout in the station struct and use it to rotate hangar tiles --- src/saveload/station_sl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/saveload') diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp index a57c71c55..31f024cd0 100644 --- a/src/saveload/station_sl.cpp +++ b/src/saveload/station_sl.cpp @@ -337,6 +337,7 @@ static const SaveLoad _station_desc[] = { SLE_VAR(Station, airport.type, SLE_UINT8), 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_VAR(Station, indtype, SLE_UINT8), -- cgit v1.2.3-54-g00ecf