mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T683, move "m_ownAircraftUpdateCycles" one level up so it can be used in FS9
This commit is contained in:
committed by
Mat Sutcliffe
parent
e1b0375d68
commit
fc2f7b4a12
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user