1
0
Fork 0

Fix helipad runtime type definition

This broke various places trying to detect helipads vs runways.
This commit is contained in:
James Turner 2020-07-13 14:25:15 +01:00
parent faa211bf5d
commit ece20db882

View file

@ -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)
{
}