Changeset 9654 for code/branches/core6/src/orxonox/controllers
- Timestamp:
- Aug 16, 2013, 11:08:30 PM (11 years ago)
- Location:
- code/branches/core6/src/orxonox/controllers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/controllers/ArtificialController.cc
r9629 r9654 44 44 { 45 45 SetConsoleCommand("ArtificialController", "setbotlevel", &ArtificialController::setAllBotLevel); 46 47 RegisterClass(ArtificialController); 46 48 47 49 ArtificialController::ArtificialController(Context* context) : FormationController(context) -
code/branches/core6/src/orxonox/controllers/FormationController.cc
r9629 r9654 56 56 SetConsoleCommand("FormationController", "formationsize", &FormationController::formationsize); 57 57 58 59 58 RegisterClass(FormationController); 60 59 61 60 static const unsigned int STANDARD_MAX_FORMATION_SIZE = 9;
Note: See TracChangeset
for help on using the changeset viewer.