mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #366 cleanup
* Removed obsolete signal from IContextSimulator * Removed connectToSimulator() method from IContextSimulator as it is no longer relevant * CSimulatorComponent updates automatically when simulator disconnects * FS9 & FSX drivers update (including FSCommon)
This commit is contained in:
committed by
Roland Winklmeier
parent
63e48ae332
commit
4d4acb20bc
@@ -259,9 +259,9 @@ namespace BlackCore
|
||||
VatSimType CNetworkVatlib::convertToSimType(CSimulatorPluginInfo &simInfo)
|
||||
{
|
||||
/* TODO Define recognized simulators somewhere */
|
||||
if (simInfo.simulator() == "fs9" || simInfo.simulator() == "fsx") {
|
||||
if (simInfo.getSimulator() == "fs9" || simInfo.getSimulator() == "fsx") {
|
||||
return vatSimTypeMSCFS;
|
||||
} else if (simInfo.simulator() == "xplane") {
|
||||
} else if (simInfo.getSimulator() == "xplane") {
|
||||
return vatSimTypeXPLANE;
|
||||
} else {
|
||||
return vatSimTypeUnknown;
|
||||
|
||||
Reference in New Issue
Block a user