mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Aircraft ICAO data should use ICAO code as attribute, this somehow got lost in the merge session, re-applied
This commit is contained in:
@@ -111,7 +111,9 @@ namespace BlackMisc
|
||||
"Boeing 737-800 Paint1",
|
||||
CAircraftModel::TypeModelMatchingDefaultModel,
|
||||
"B737-800 default model",
|
||||
CAircraftIcaoData("B738", "L2J", "", "", "FFFFFF")
|
||||
CAircraftIcaoData(
|
||||
CAircraftIcaoCode("B738", "L2J"), CAirlineIcaoCode(), "FFFFFF"
|
||||
)
|
||||
);
|
||||
return aircraftModel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user