| 1674 | // Waypoint commands begin |
| 1675 | |
| 1676 | void addwp(int *autoconnect) |
| 1677 | { |
| 1678 | WaypointClass.SetWaypointsVisible(true); |
| 1679 | WaypointClass.AddWaypoint(curselection, *autoconnect!=0); |
| 1680 | } |
| 1681 | |
| 1682 | COMMAND(addwp, "i"); |
| 1683 |
nothing calls this directly
no test coverage detected