- Timestamp:
- Nov 12, 2015, 11:27:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/DivisionController.cc
r10796 r10797 171 171 } 172 172 */ 173 if (this->myFollower_ && this->target_)174 this->myFollower_->setTarget(this->target_);175 if (this->target_ && this->myWingman_)176 this->myWingman_->setTarget(this->target_);173 // if (this->myFollower_ && this->target_) 174 // this->myFollower_->setTarget(this->target_); 175 // if (this->target_ && this->myWingman_) 176 // this->myWingman_->setTarget(this->target_); 177 177 /* 178 178 for (ObjectList<Controller>::iterator it = ObjectList<Controller>::begin(); it; ++it)
Note: See TracChangeset
for help on using the changeset viewer.