Ref T683, moved m_skipCockpitUpdateCycles to FS common so it can be used with P3D/FSX and FS9

This commit is contained in:
Klaus Basan
2019-06-13 02:33:00 +02:00
parent bddbc1a690
commit c893e0fa2b
6 changed files with 7 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ namespace BlackSimPlugin
CFsuipc *m_fsuipc = nullptr; //!< FSUIPC
int m_ownAircraftUpdateCycles = 0; //!< own aircraft updates, even with 50 updates/sec long enough even for 32bit
int m_skipCockpitUpdateCycles = 0; //!< skip some update cycles to allow changes in simulator cockpit to be set
bool m_useFsuipc = false; //!< use FSUIPC
bool m_simPaused = false; //!< simulator paused?
bool m_simTimeSynced = false; //!< time synchronized?