mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #283 Dedicated displayTextMessage for text messages instead of using displayStatusMessage for both.
The simulator can use this to display text messages in a different colour, for example.
This commit is contained in:
@@ -279,6 +279,11 @@ namespace BlackSimPlugin
|
||||
Q_UNUSED(hr);
|
||||
}
|
||||
|
||||
void CSimulatorFsx::displayTextMessage(const BlackMisc::Network::CTextMessage &message) const
|
||||
{
|
||||
this->displayStatusMessage(message.asStatusMessage(true, true));
|
||||
}
|
||||
|
||||
CAirportList CSimulatorFsx::getAirportsInRange() const
|
||||
{
|
||||
return this->m_airportsInRange;
|
||||
|
||||
Reference in New Issue
Block a user