- Timestamp:
- Nov 21, 2013, 3:57:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/FormationController.cc
r9667 r9797 88 88 this->speedCounter_ = 0.2f; 89 89 this->targetPosition_ = Vector3::ZERO; 90 this->team_=-1;91 90 this->target_.setCallback(createFunctor(&FormationController::targetDied, this)); 92 91 } … … 128 127 SUPER(FormationController, XMLPort, xmlelement, mode); 129 128 130 XMLPortParam(FormationController, "team", setTeam, getTeam, xmlelement, mode).defaultValues(-1);131 129 XMLPortParam(FormationController, "formationFlight", setFormationFlight, getFormationFlight, xmlelement, mode).defaultValues(false); 132 130 XMLPortParam(FormationController, "formationSize", setFormationSize, getFormationSize, xmlelement, mode).defaultValues(STANDARD_MAX_FORMATION_SIZE);
Note: See TracChangeset
for help on using the changeset viewer.