mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
Ref T683, move "m_ownAircraftUpdateCycles" one level up so it can be used in FS9
This commit is contained in:
@@ -75,10 +75,14 @@ namespace BlackSimPlugin
|
||||
//! @}
|
||||
virtual bool parseDetails(const BlackMisc::CSimpleCommandParser &parser) override;
|
||||
|
||||
//! \copydoc BlackCore::ISimulator::reset
|
||||
virtual void reset() override;
|
||||
|
||||
//! Register help
|
||||
static void registerHelp();
|
||||
|
||||
CFsuipc *m_fsuipc = nullptr; //!< FSUIPC
|
||||
int m_ownAircraftUpdateCycles = 0; //!< own aircraft updates, even with 50 updates/sec long enough even for 32bit
|
||||
bool m_useFsuipc = false; //!< use FSUIPC
|
||||
bool m_simPaused = false; //!< simulator paused?
|
||||
bool m_simTimeSynced = false; //!< time synchronized?
|
||||
|
||||
Reference in New Issue
Block a user