]> git.mxchange.org Git - flightgear.git/commitdiff
Also untie waypoint-missed-count.
authorfrohlich <frohlich>
Sat, 14 Jul 2007 04:27:47 +0000 (04:27 +0000)
committerfrohlich <frohlich>
Sat, 14 Jul 2007 04:27:47 +0000 (04:27 +0000)
src/AIModel/AIShip.cxx

index 48c4ecf050efdfd4ae2ff2ac64d0cfb9281bed32..f7f0852ed340ee38590435c4e67d5024ba425f6b 100644 (file)
@@ -174,9 +174,10 @@ void FGAIShip::unbind() {
     props->untie("position/waypoint-range-rate-nm-sec");
     props->untie("position/waypoint-new");
     props->untie("position/waypoint-missed");
+    props->untie("position/waypoint-missed-count");
+    props->untie("position/waypoint-missed-time-sec");
     props->untie("position/waypoint-wait-count");
     props->untie("position/waypoint-waiting");
-    props->untie("position/waypoint-missed-time-sec");
     props->untie("submodels/serviceable");
 }