"Current Pilot" access functions
| 3911 | |
| 3912 | // "Current Pilot" access functions |
| 3913 | void dCurrentPilotName(char *buffer) { Current_pilot.get_name(buffer); } |
| 3914 | uint8_t dCurrentPilotDifficulty(void) { |
| 3915 | uint8_t d; |
| 3916 | Current_pilot.get_difficulty(&d); |