Ref T683, move "m_ownAircraftUpdateCycles" one level up so it can be used in FS9

This commit is contained in:
Klaus Basan
2019-06-13 00:27:05 +02:00
committed by Mat Sutcliffe
parent e1b0375d68
commit fc2f7b4a12
3 changed files with 10 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ namespace BlackSimPlugin
return CSimulatorPluginCommon::parseDetails(parser);
}
void CSimulatorFsCommon::reset()
{
m_ownAircraftUpdateCycles = 0;
ISimulator::reset();
}
void CSimulatorFsCommon::registerHelp()
{
if (CSimpleCommandParser::registered("BlackSimPlugin::FsCommon::CSimulatorFsCommon")) { return; }