]> git.mxchange.org Git - flightgear.git/blobdiff - src/Traffic/TrafficMgr.cxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Traffic / TrafficMgr.cxx
index 4abbc1a20a8673618d06d28644c19708f92aef8d..9ebf78c1c7c063e80ba68352d1d4073131d4a3a8 100644 (file)
@@ -258,6 +258,7 @@ void FGTrafficManager::update(double /*dt */ )
     }
     //cerr << "Processing << " << (*currAircraft)->getRegistration() << " with score " << (*currAircraft)->getScore() << endl;
     if (!((*currAircraft)->update(now, userCart))) {
+        (*currAircraft)->taint();
         // NOTE: With traffic manager II, this statement below is no longer true
         // after proper initialization, we shouldnt get here.
         // But let's make sure