Slightly reorder struct Station to reduce padding waste

This commit is contained in:
Jonathan G Rennison
2024-06-21 18:14:14 +01:00
parent d4819ad184
commit 04254af89c
2 changed files with 4 additions and 5 deletions

View File

@@ -77,9 +77,7 @@ Station::Station(TileIndex tile) :
indtype(IT_INVALID),
extra_name_index(UINT16_MAX),
time_since_load(255),
time_since_unload(255),
station_cargo_history_cargoes(0),
station_cargo_history_offset(0)
time_since_unload(255)
{
/* this->random_bits is set in Station::AddFacility() */
}