- Timestamp:
- Dec 8, 2011, 6:07:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceraceTwo/src/orxonox/controllers/WaypointPatrolController.cc
r7184 r8968 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.