Fix helipad runtime type definition
This broke various places trying to detect helipads vs runways.
This commit is contained in:
parent
faa211bf5d
commit
ece20db882
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue