| 657 | write_pending = true; |
| 658 | } |
| 659 | void pilot::get_ship(char *ship) { |
| 660 | if (ship) { |
| 661 | if (ship_model) { |
| 662 | strcpy(ship, ship_model); |
| 663 | } else { |
| 664 | *ship = '\0'; |
| 665 | } |
| 666 | } |
| 667 | } |
| 668 | |
| 669 | void pilot::set_multiplayer_data(const char *logo, const char *audio1, const char *audio2, const uint16_t *ppic, const char *audio3, const char *audio4) { |
| 670 | if (logo) { |
no outgoing calls
no test coverage detected