diff --git a/src/Airports/runways.cxx b/src/Airports/runways.cxx index f36dc7769..1c36e6e6f 100644 --- a/src/Airports/runways.cxx +++ b/src/Airports/runways.cxx @@ -222,7 +222,7 @@ FGHelipad::FGHelipad(PositionedID aGuid, const double heading, const double length, const double width, const int surface_code) : - FGRunwayBase(aGuid, RUNWAY, aIdent, aGeod, + FGRunwayBase(aGuid, HELIPAD, aIdent, aGeod, heading, length, width, surface_code) { }