]> git.mxchange.org Git - flightgear.git/commit
Remove isReciprocal from FGRunway.
authorJames Turner <zakalawe@mac.com>
Thu, 28 Feb 2013 18:21:23 +0000 (18:21 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 28 Feb 2013 18:21:29 +0000 (18:21 +0000)
commit88a4435cef38450fff9804c304c9132af79f854c
tree6ae624a0fd15e483f4695ce97f70578e11b0e2ef
parent715c48e2d7bda63c8ca8b6960f624dc30d38334c
Remove isReciprocal from FGRunway.

This was a bogus concept, either runways have a reciprocal or not (if singled-ended), really this was simply exposing an artefact of the apt.dat encoding. Change to an API which gives what is actually wanted - the ability to extract an airport's runways without any reciprocals included.
src/Airports/airport.cxx
src/Airports/airport.hxx
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Cockpit/groundradar.cxx
src/GUI/MapWidget.cxx
src/Navaids/NavDataCache.cxx