Changeset 9622 for code/branches/formationupdate/src/orxonox/controllers
- Timestamp:
- May 14, 2013, 2:32:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formationupdate/src/orxonox/controllers/HumanController.cc
r9256 r9622 102 102 103 103 // commandslaves when Master of a formation 104 if (HumanController::localController_s && HumanController::localController_s->state_==MASTER )104 if (HumanController::localController_s && HumanController::localController_s->state_==MASTER && FormationController::slaves_.size() > 0) 105 105 { 106 106 if (HumanController::localController_s->formationMode_ != ATTACK)
Note: See TracChangeset
for help on using the changeset viewer.