Changeset 7801 for code/trunk/src/orxonox/controllers
- Timestamp:
- Dec 22, 2010, 7:24:24 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/ArtificialController.cc
r7401 r7801 69 69 70 70 this->target_ = 0; 71 this->formationFlight_ = true;71 this->formationFlight_ = false; 72 72 this->passive_ = false; 73 73 this->maxFormationSize_ = STANDARD_MAX_FORMATION_SIZE; -
code/trunk/src/orxonox/controllers/NewHumanController.cc
r7284 r7801 375 375 { 376 376 // CCOUT(0) << "testing object as target" << endl; 377 if (itr->movable->isInScene() && itr->movable->getMovableType() == "Entity" /*&& itr->distance > 500*/)377 if (itr->movable->isInScene() && itr->movable->getMovableType() == "Entity" && itr->distance > 200) 378 378 { 379 379 // Try to cast the user pointer
Note: See TracChangeset
for help on using the changeset viewer.