- Timestamp:
- Dec 1, 2015, 7:03:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc
r10909 r10912 125 125 { 126 126 this->keepFormation(); 127 //orxout (internal_error) << "Keeping formation" << endl; 128 127 129 } 128 130 else if (!this->myDivisionLeader_->bKeepFormation_) … … 130 132 if (!this->hasTarget()) 131 133 { 132 this->chooseTarget(); 134 //this->chooseTarget(); 135 //orxout (internal_error) << "Section ain't got no target" << endl; 133 136 } 134 137 if (this->hasTarget())
Note: See TracChangeset
for help on using the changeset viewer.