mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Ref T654, "G" is glider and NOT gyrocopter
This commit is contained in:
@@ -468,7 +468,8 @@ namespace BlackMisc
|
|||||||
if (!m_combinedType.isEmpty())
|
if (!m_combinedType.isEmpty())
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
m_combinedType.startsWith('G') || // gyrocopter
|
// Ref T654, G is GLIDER at the moment, G as gyrocopyter will be used as in future
|
||||||
|
// m_combinedType.startsWith('G') || // gyrocopter
|
||||||
m_combinedType.startsWith('H') || // helicopter
|
m_combinedType.startsWith('H') || // helicopter
|
||||||
m_combinedType.startsWith('T') // tilt wing
|
m_combinedType.startsWith('T') // tilt wing
|
||||||
) { return true; }
|
) { return true; }
|
||||||
|
|||||||
Reference in New Issue
Block a user