Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ docs/*.txt
*.tar
*.grf
*.nml
custom_tags.txt
custom_tags.txt
.DS_Store
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/Airbus/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/Airbus/A320/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/Airbus/A330/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/Airbus/A350/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/Boeing/.DS_Store
Binary file not shown.
Binary file removed src/Aircraft/Boeing/B787/.DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions src/Aircraft/Boeing/B787/B787_9/B787_9_graphic.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ spriteset(set_B787_9_lufthansa, "src/Aircraft/Boeing/B787/B787_9/Lufthansa.png")
tp_B787_9(0, 0)
}

/*--------------------------------------------------------------------
9. Boeing 787-9 Qatar
--------------------------------------------------------------------*/

spriteset(set_B787_9_Qatar, "src/Aircraft/Boeing/B787/B787_9/Qatar.png"){
tp_B787_9(0, 0)
}

/*--------------------------------------------------------------------
purchase info
--------------------------------------------------------------------*/
Expand Down
3 changes: 3 additions & 0 deletions src/Aircraft/Boeing/B787/B787_9/B787_9_switch.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ switch(FEAT_AIRCRAFT, SELF, sw_787_9_cargo_subtype_text, cargo_subtype) {
6: return string(STR_REFIT_LIVERY_Koreanair_new); // KOREAN AIR
7: return string(STR_REFIT_LIVERY_Unitedairlines); // United Airlines
8: return string(STR_REFIT_LIVERY_Lufthansa); // Lufthansa
9: return string(STR_REFIT_LIVERY_Qatarairways); // Qatar
return string(STR_REFIT_LIVERY_Boeing);
}

Expand All @@ -22,6 +23,7 @@ switch(FEAT_AIRCRAFT, SELF, sw_B787_9, cargo_subtype) {
6: set_B787_9_korean25; // Korean Air
7: set_B787_9_united; // United Airlines
8: set_B787_9_lufthansa; // Lufthansa
9: set_B787_9_Qatar; // Qatar
set_B787_9;
}

Expand All @@ -40,4 +42,5 @@ switch (FEAT_AIRCRAFT, SELF, sw_787_9_cargo_subtype_capacity, cargo_subtype)
6: return 278; // Korean Air
7: return 257; // United Airlines
8: return 294; // Lufthansa
9: return 311; // Qatar
}
Binary file added src/Aircraft/Boeing/B787/B787_9/Qatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.