* Mark this unit as not reselectable. */
| 1515 | * Mark this unit as not reselectable. |
| 1516 | */ |
| 1517 | void BattleUnit::dontReselect() |
| 1518 | { |
| 1519 | _dontReselect = true; |
| 1520 | } |
| 1521 | |
| 1522 | /** |
| 1523 | * Mark this unit as reselectable. |
no outgoing calls
no test coverage detected