1
0
Fork 0

Also untie waypoint-missed-count.

This commit is contained in:
frohlich 2007-07-14 04:27:47 +00:00
parent cbcc7af5d0
commit e19b2289c9

View 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");
}