Ref T180, formatting and renaming of member/function

This commit is contained in:
Klaus Basan
2017-11-06 18:07:53 +01:00
parent 4fb30fdbc3
commit fd62ef80e0
5 changed files with 16 additions and 16 deletions

View File

@@ -220,7 +220,7 @@ namespace BlackCore
BlackMisc::Simulation::CInterpolationAndRenderingSetup m_interpolationRenderingSetup; //!< logging, rendering etc.
// some optional functionality which can be used by the sims as needed
BlackMisc::Simulation::CSimulatedAircraftList m_aircraftToAddAgainWhenRemoved; //!< add this model again when removed, normally used to change model
BlackMisc::Simulation::CSimulatedAircraftList m_addAgainAircraftWhenRemoved; //!< add this model again when removed, normally used to change model
QHash<BlackMisc::Aviation::CCallsign, BlackMisc::Simulation::CInterpolationHints> m_hints; //!< last ground elevation fetched
bool m_isWeatherActivated = false; //!< Is simulator weather activated?