- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/controllers/ArtificialController.cc
r9252 r9629 45 45 SetConsoleCommand("ArtificialController", "setbotlevel", &ArtificialController::setAllBotLevel); 46 46 47 ArtificialController::ArtificialController( BaseObject* creator) : FormationController(creator)47 ArtificialController::ArtificialController(Context* context) : FormationController(context) 48 48 { 49 49 RegisterObject(ArtificialController);
Note: See TracChangeset
for help on using the changeset viewer.