]> git.mxchange.org Git - flightgear.git/commitdiff
Do not call setIsPushback, it causes a segmentation fault after about 10 minutes...
authorErik Hofman <erik@ehofman.com>
Thu, 24 Dec 2015 12:44:34 +0000 (13:44 +0100)
committerErik Hofman <erik@ehofman.com>
Thu, 24 Dec 2015 12:44:34 +0000 (13:44 +0100)
src/Airports/dynamicloader.cxx

index 97cab7f105e5ebddef3e7591014e7200cb4a92cd..b40e7555fdf923ef982f549a10f5092fb9800219 100644 (file)
@@ -226,7 +226,7 @@ void FGAirportDynamicsXMLLoader::startArc(const XMLAttributes &atts)
   _arcSet.insert(e);  
   _dynamics->getGroundNetwork()->addSegment(fromNode, toNode);
   if (isPushBackRoute) {
-      toNode->setIsPushback();
+//    toNode->setIsPushback();
   }
 }