]> git.mxchange.org Git - flightgear.git/commit
Fix off-by-one errors in GroundController
authorJames Turner <zakalawe@mac.com>
Sat, 19 Dec 2015 08:08:07 +0000 (00:08 -0800)
committerJames Turner <zakalawe@mac.com>
Sat, 19 Dec 2015 08:08:07 +0000 (00:08 -0800)
commite80fc563e5b167d55616dd4bdb12c2516df50ebe
treeb44ea524377d43ff222d2a714d5b0d342128aa68
parentb7c88e7acc8e0197de11c9095d88fbfc5d03f0a5
Fix off-by-one errors in GroundController

findSegment() and segments[] array use different indexing, account
for this in the conversion to always use findSegment
src/ATC/GroundController.cxx