- Timestamp:
- Dec 18, 2011, 1:18:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/src/orxonox/controllers/FormationController.cc
r8995 r8996 129 129 SUPER(FormationController, XMLPort, xmlelement, mode); 130 130 131 XMLPortParam(FormationController, "team", setTeam, getTeam, xmlelement, mode).defaultValues(-1); 131 132 XMLPortParam(FormationController, "formationFlight", setFormationFlight, getFormationFlight, xmlelement, mode).defaultValues(false); 132 133 XMLPortParam(FormationController, "formationSize", setFormationSize, getFormationSize, xmlelement, mode).defaultValues(STANDARD_MAX_FORMATION_SIZE);
Note: See TracChangeset
for help on using the changeset viewer.