]> git.mxchange.org Git - flightgear.git/commit
Fix a problem in AITraffic where waypoint iterator is trashed by push_back. A cleaner...
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 22 Oct 2011 08:15:16 +0000 (10:15 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 22 Oct 2011 08:15:16 +0000 (10:15 +0200)
commit3a262fe7d3d1659d676a028e8f983f56b1ca6b3e
treef22c58fb2f67cfcb6357ad9988003dd3125e40cd
parent90b67e5fd50ea4df8437aa621b2e322e2a07f592
Fix a problem in AITraffic where waypoint iterator is trashed by push_back. A cleaner solution would be to use indices instead of iterators to track position in the waypoint vector
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx