mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
Fix finding of std. livery for a given airline.
This was ambigous in the past and could show wrong liveries if 2 or more liveries had the same airline code.
This commit is contained in:
@@ -158,10 +158,13 @@ namespace BlackMisc
|
||||
//! Livery representing airline
|
||||
bool isAirlineLivery() const;
|
||||
|
||||
//! Is airline operating?
|
||||
bool isAirlineOperating() const;
|
||||
|
||||
//! Livery representing airline standard livery
|
||||
bool isAirlineStandardLivery() const;
|
||||
|
||||
//! Color livery
|
||||
//! Color livery?
|
||||
bool isColorLivery() const;
|
||||
|
||||
//! Color distance 0..1 (0 is best)
|
||||
|
||||
Reference in New Issue
Block a user