diff --git a/Nasal/FMGC/flightplan-delegates.nas b/Nasal/FMGC/flightplan-delegates.nas index 2bf1709a..89bf33c8 100644 --- a/Nasal/FMGC/flightplan-delegates.nas +++ b/Nasal/FMGC/flightplan-delegates.nas @@ -128,6 +128,8 @@ var A320GPSDelegate = { if (me._modeProp.getValue() == 'leg') { if (me.flightplan.nextWP().wp_type == 'discontinuity') { logprint(LOG_INFO, "default GPS sequencing DISCONTINUITY in flightplan, switching to HDG"); + me._captureCurrentCourse(); + me._selectOBSMode(); # set HDG mode } else { logprint(LOG_INFO, "default GPS sequencing to next WP");