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:
Klaus Basan
2018-07-20 18:05:57 +02:00
parent 507167fb8b
commit 9c0e4356b2
4 changed files with 52 additions and 14 deletions

View File

@@ -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)