refs #707, renamed to FSInn / FSInnData

This commit is contained in:
Klaus Basan
2016-07-12 03:12:38 +02:00
parent caa6947ff9
commit 64fa88da72
5 changed files with 8 additions and 8 deletions

View File

@@ -169,10 +169,10 @@ namespace BlackGui
const CLivery l(liveryCombinedCode.isEmpty() ? CLivery::getStandardCode(al) : liveryCombinedCode,
al,
"Standard");
CAircraftModel m(modelString, CAircraftModel::TypeFsdData);
CAircraftModel m(modelString, CAircraftModel::TypeFSInnData);
m.setLivery(l);
m.setCallsign(cs);
m.setModelType(CAircraftModel::TypeFsdData);
m.setModelType(CAircraftModel::TypeFSInnData);
CSimulatedAircraft sa(m);
sa.setPilot(pilot);
sa.setAircraftIcaoCode(icao);