--------------------------------------------- CAN MOVE ---------------------------------------------------
| 787 | } |
| 788 | //--------------------------------------------- CAN MOVE --------------------------------------------------- |
| 789 | bool UnitImpl::canMove(bool checkCommandibility) const |
| 790 | { |
| 791 | return Templates::canMove(const_cast<UnitImpl*>(this), checkCommandibility); |
| 792 | } |
| 793 | bool UnitImpl::canMoveGrouped(bool checkCommandibilityGrouped, bool checkCommandibility) const |
| 794 | { |
| 795 | return Templates::canMoveGrouped(const_cast<UnitImpl*>(this), checkCommandibilityGrouped, checkCommandibility); |