Also untie waypoint-missed-count.
This commit is contained in:
parent
cbcc7af5d0
commit
e19b2289c9
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue