forked from mirror/OpenTTD
(svn r8582) -Fix
Reorder the attributes of some structs to reduce their size
This commit is contained in:
@@ -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_)
|
||||
{
|
||||
|
Reference in New Issue
Block a user