]> git.mxchange.org Git - flightgear.git/commit
This module was filtering out all stations with localizer offset
authordavid <david>
Mon, 15 Apr 2002 15:28:11 +0000 (15:28 +0000)
committerdavid <david>
Mon, 15 Apr 2002 15:28:11 +0000 (15:28 +0000)
commit6c2039c5aad19cb335bccb69560409765104d0fd
tree36c75613fbb9db4397aa7ac67582fd24f3997f94
parente528324955de29de39fd9e33c5ca12c536561a47
This module was filtering out all stations with localizer offset
>90deg, even though src/Cockpit/radiostack.cxx has code to deal with
those; as a result, no backcourses were getting through.

This fix allows the common case of backcourses to work again, but
breaks the uncommon case of a runway using the same frequency for two
separate localizers.  That special case will have to be detected
somehow.  Still, this fixes more approaches than it breaks.
src/Navaids/ilslist.cxx