- Timestamp:
- Oct 12, 2011, 8:35:32 PM (13 years ago)
- Location:
- code/trunk/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/ArtificialController.cc
r8891 r8892 92 92 this->target_.setCallback(createFunctor(&ArtificialController::targetDied, this)); 93 93 this->bSetupWorked = false; 94 this->botlevel_ = 0. 5f;94 this->botlevel_ = 0.2f; 95 95 this->mode_ = DEFAULT;////Vector-implementation: mode_.push_back(DEFAULT); 96 96 this->timeout_ = 0; -
code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc
r8891 r8892 297 297 } 298 298 } 299 299 /** 300 @brief 301 Add an Engine to the SpaceShip. 302 @param engine 303 A pointer to the Engine to be added. 304 */ 300 305 void SpaceShip::addEngine(orxonox::Engine* engine) 301 306 {
Note: See TracChangeset
for help on using the changeset viewer.