mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T259, Ref T243 improved utility functions so parts can be guessed in interpolator
* engine count * aligned naming to "getEnginesCount" * formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
c3f05ea1cd
commit
e3d17859a0
@@ -762,7 +762,7 @@ namespace BlackGui
|
||||
const CAircraftIcaoCode icao = this->getAircraftIcaoCode();
|
||||
if (icao.isLoadedFromDb())
|
||||
{
|
||||
if (icao.getEngineCount() >= 2 && icao.getEngineType() == "J")
|
||||
if (icao.getEnginesCount() >= 2 && icao.getEngineType() == "J")
|
||||
{
|
||||
// jet with >=2 engines
|
||||
msgs.push_back(CStatusMessage(this).validationInfo("Jet >=2 engines"));
|
||||
|
||||
Reference in New Issue
Block a user