diff --git a/src/base_station_base.h b/src/base_station_base.h index b414183b9c..f2e2e58843 100644 --- a/src/base_station_base.h +++ b/src/base_station_base.h @@ -221,7 +221,7 @@ struct SpecializedStation : public BaseStation { * Set station type correctly * @param tile The base tile of the station. */ - inline SpecializedStation(TileIndex tile) : + inline SpecializedStation(TileIndex tile) : BaseStation(tile) { this->facilities = EXPECTED_FACIL; diff --git a/src/vehicle_base.h b/src/vehicle_base.h index 7f05ef19b2..65fac6e103 100644 --- a/src/vehicle_base.h +++ b/src/vehicle_base.h @@ -1100,7 +1100,7 @@ struct SpecializedVehicle : public Vehicle { /** * Set vehicle type correctly */ - inline SpecializedVehicle() : Vehicle(Type) + inline SpecializedVehicle() : Vehicle(Type) { this->sprite_cache.sprite_seq.count = 1; }