- Timestamp:
- Dec 14, 2011, 3:53:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceraceTwo/src/orxonox/controllers/WaypointPatrolController.cc
r8968 r8983 78 78 79 79 void WaypointPatrolController::searchEnemy() 80 { /*80 { 81 81 this->patrolTimer_.setInterval(rnd()); 82 82 … … 101 101 102 102 if (shortestsqdistance > (this->alertnessradius_ * this->alertnessradius_)) 103 this->target_ = 0; */103 this->target_ = 0; 104 104 } 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.