mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Fixed mistake in CAircraftIcaoCode::guessModelParameters
This commit is contained in:
@@ -210,7 +210,7 @@ namespace BlackMisc
|
||||
CSpeed guessedVRotate = this->isVtol() ? CSpeed::null() : CSpeed(70, CSpeedUnit::km_h());
|
||||
|
||||
const int engines = this->getEnginesCount();
|
||||
const QChar engineType = this->getEngineType().at(0).toUpper();
|
||||
const QChar engineType = this->getEngineTypeChar().toUpper();
|
||||
do
|
||||
{
|
||||
if (engines == 1)
|
||||
|
||||
Reference in New Issue
Block a user