(svn r8582) -Fix

Reorder the attributes of some structs to reduce their size
This commit is contained in:
tron
2007-02-04 13:46:21 +00:00
parent ccffde6d7e
commit 6b72228df5
3 changed files with 12 additions and 11 deletions

View File

@@ -190,12 +190,12 @@ AirportFTAClass::AirportFTAClass(
uint size_y_
) :
moving_data(moving_data_),
nofelements(AirportGetNofElements(apFA)),
terminals(terminals_),
helipads(helipads_),
entry_point(entry_point_),
airport_depots(depots_),
nof_depots(nof_depots_),
nofelements(AirportGetNofElements(apFA)),
entry_point(entry_point_),
size_x(size_x_),
size_y(size_y_)
{