| 1718 | COMMAND(wpclear, ""); |
| 1719 | |
| 1720 | void autowp(int *on) |
| 1721 | { |
| 1722 | WaypointClass.SetWaypointsVisible(true); |
| 1723 | WaypointClass.SetAutoWaypoint(*on!=0); |
| 1724 | } |
| 1725 | |
| 1726 | COMMAND(autowp, "i"); |
| 1727 |
nothing calls this directly
no test coverage detected