]> git.mxchange.org Git - flightgear.git/commit
AI traffic refused to take-off, because the TrafficRecord destructor would unassign...
authorDurk Talsma <durktals@gmail.com>
Sun, 6 Mar 2016 20:23:26 +0000 (21:23 +0100)
committerDurk Talsma <durktals@gmail.com>
Sun, 6 Mar 2016 20:23:26 +0000 (21:23 +0100)
commit31c66226e17b1271fa003c85943654f7f45ff9f0
treee2d3966a34127a0df315ec695349b6d3f57d36f4
parent43b4db7ef7ad16bfaaeb06d5b4a5b0f71b7617c6
AI traffic refused to take-off, because the TrafficRecord destructor would unassign an AIAircraft from it's ATC. This caused it to get stuck in front of the runway and block all other traffic.
This patch may introduce an occasional crash on exit again, because it effectively undoes commit [a972df]. I'll try to find a better fix for that later on.
src/ATC/trafficcontrol.cxx