mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #445, adjusted the drivers to reflect changes (liveries)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3e982b014f
commit
13df4302d7
@@ -25,7 +25,7 @@ namespace BlackSimPlugin
|
||||
namespace Fs9
|
||||
{
|
||||
CFs9Host::CFs9Host(QObject *owner) :
|
||||
CDirectPlayPeer(owner, CProject::systemNameAndVersion())
|
||||
CDirectPlayPeer(owner, CProject::swiftVersionString())
|
||||
{
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
initDirectPlay();
|
||||
createHostAddress();
|
||||
startHosting(CProject::systemNameAndVersion(), m_callsign.toQString());
|
||||
startHosting(CProject::swiftVersionString(), m_callsign.toQString());
|
||||
}
|
||||
|
||||
void CFs9Host::cleanup()
|
||||
|
||||
@@ -209,7 +209,7 @@ namespace BlackSimPlugin
|
||||
// Set the device addresses
|
||||
apDevAddress[0] = pDeviceAddress;
|
||||
|
||||
QString session = BlackMisc::CProject::systemNameAndVersion();
|
||||
QString session = BlackMisc::CProject::swiftVersionString();
|
||||
QScopedArrayPointer<wchar_t> wstrSessionName(new wchar_t[session.size() + 1]);
|
||||
session.toWCharArray(wstrSessionName.data());
|
||||
wstrSessionName[session.size()] = 0;
|
||||
|
||||
@@ -63,7 +63,7 @@ namespace BlackSimPlugin
|
||||
"Boeing 737-400",
|
||||
CAircraftModel::TypeModelMatchingDefaultModel,
|
||||
"B737-400 default model",
|
||||
CAircraftIcaoData(CAircraftIcaoCode("B734", "L2J"), CAirlineIcaoCode(), "FFFFFF")
|
||||
CAircraftIcaoData(CAircraftIcaoCode("B734", "L2J"), CAirlineIcaoCode())
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user