From b14401df664372be32009d8deb127c6209b8326f Mon Sep 17 00:00:00 2001 From: ThorstenB <brehmt@gmail.com> Date: Tue, 19 Jun 2012 00:41:52 +0200 Subject: [PATCH] #769: fix glideslope reception Add missing frequency update. --- src/Instrumentation/navradio.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index 47fe9617a..e560652c7 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -887,6 +887,7 @@ void FGNavRadio::search() // do we need to search a new NAV station in this iteration? if (_nav_search) { + _last_freq = freq; FGNavRecord* nav = findPrimaryNavaid(globals->get_aircraft_position(), freq); if (nav == _navaid) { if (nav && (nav->type() != FGPositioned::VOR))