Sends a map marker on the given channel.
| 709 | { |
| 710 | WhatUnitsVehicle(units, veh); |
| 711 | } |
| 712 | } |
| 713 | break; |
| 714 | case CCGroup: |
| 715 | { |
| 716 | AIGroup* grp = unit->GetGroup(); |
| 717 | if (grp) |
| 718 | { |
| 719 | WhatUnitsGroup(units, grp); |
| 720 | } |
| 721 | } |
| 722 | break; |
| 723 | case CCSide: |
| 724 | { |
| 725 | AIGroup* grp = unit->GetGroup(); |
| 726 | if (!grp) |
no test coverage detected