]> git.mxchange.org Git - flightgear.git/commit
David Luff writes:
authorehofman <ehofman>
Thu, 20 Mar 2003 09:38:06 +0000 (09:38 +0000)
committerehofman <ehofman>
Thu, 20 Mar 2003 09:38:06 +0000 (09:38 +0000)
commitf2e2101264085d502a7525d6bf79b22f397b7290
tree2ffe31ee0d0bc9b0caa96f181018ef26f0198a0c
parentc5c3095859c840afa9b7df90bebe24722f0c5668
David Luff writes:

I've fixed a bug in FGRunways::search(aptid, tgt_hdg) which wasn't working properly for airports with multiple parallel runways. I've also firmed up and pulled out into it's own function the GetReverseRunwayNo code, and done some input checking.

As a result of fixing the above in runways.cxx, I've pulled out the
parallel implementation in the functions that set position by airport and
heading/runway number in fg_init.cxx and called the runways functions
instead.
src/Airports/runways.cxx
src/Main/fg_init.cxx