Codechange: Shuffle CargoPayment members to reduce padding.
This commit is contained in:
@@ -1188,8 +1188,8 @@ static void TriggerIndustryProduction(Industry *i)
|
||||
* @param front The front of the train
|
||||
*/
|
||||
CargoPayment::CargoPayment(Vehicle *front) :
|
||||
front(front),
|
||||
current_station(front->last_station_visited)
|
||||
current_station(front->last_station_visited),
|
||||
front(front)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user