Move XPlane gnd flag handling from parts to situation

ref T276
This commit is contained in:
Roland Winklmeier
2018-07-31 10:56:48 +02:00
committed by Klaus Basan
parent 10a0575a80
commit 05e0480bb4
6 changed files with 15 additions and 19 deletions

View File

@@ -60,6 +60,7 @@ namespace BlackSimPlugin
QList<double> pitches; //!< List of pitches
QList<double> rolls; //!< List of rolls
QList<double> headings; //!< List of headings
QList<bool> onGrounds; //!< List of onGrounds
};
//! Planes surfaces
@@ -84,7 +85,6 @@ namespace BlackSimPlugin
QList<bool> strobeLights; //!< List of strobeLights
QList<bool> navLights; //!< List of navLights
QList<int> lightPatterns; //!< List of lightPatterns
QList<bool> onGrounds; //!< List of onGrounds
};
/*!