mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T437, renamed CFsuipc functions to align with FSUIPC code
This commit is contained in:
@@ -74,7 +74,7 @@ namespace BlackSimPlugin
|
||||
ui->cb_TraceSimConnectCalls->setChecked(fsxOrP3D->isTracingSendId());
|
||||
ui->cb_EnableTerrainProbe->setChecked(fsxOrP3D->isUsingFsxTerrainProbe());
|
||||
ui->cb_SBOffsets->setChecked(fsxOrP3D->isUsingSbOffsetValues());
|
||||
ui->cb_UseFsuipc->setChecked(fsxOrP3D->isFsuipcConnected());
|
||||
ui->cb_UseFsuipc->setChecked(fsxOrP3D->isFsuipcOpened());
|
||||
}
|
||||
|
||||
const bool terrainProbe = CBuildConfig::isRunningOnWindowsNtPlatform() && (CBuildConfig::buildWordSize() == 32);
|
||||
|
||||
@@ -106,7 +106,7 @@ namespace BlackSimPlugin
|
||||
// FSUIPC too
|
||||
if (m_useFsuipc)
|
||||
{
|
||||
m_fsuipc->connect();
|
||||
m_fsuipc->open();
|
||||
}
|
||||
|
||||
// set structures and move on
|
||||
|
||||
Reference in New Issue
Block a user