- Timestamp:
- May 17, 2010, 4:36:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/ArtificialController.cc
r6891 r6918 36 36 #include "gametypes/TeamDeathmatch.h" 37 37 #include "controllers/WaypointPatrolController.h" 38 #include "controllers/DroneController.h" 38 39 #include "util/Math.h" 39 40 … … 348 349 void ArtificialController::searchNewTarget() 349 350 { 351 COUT(0) << "search new target - start" << std::endl; 350 352 if (!this->getControllableEntity()) 351 353 return; … … 372 374 } 373 375 } 376 COUT(0) << "search new target - end: " << this->target_ << std::endl; 374 377 } 375 378
Note: See TracChangeset
for help on using the changeset viewer.