Ref T654, "G" is glider and NOT gyrocopter

This commit is contained in:
Klaus Basan
2019-05-03 23:59:27 +02:00
parent af0b6a925d
commit 6e5ce49498

View File

@@ -468,7 +468,8 @@ namespace BlackMisc
if (!m_combinedType.isEmpty())
{
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('T') // tilt wing
) { return true; }