- Timestamp:
- Dec 7, 2011, 4:00:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formation/src/orxonox/controllers/AIController.cc
r8953 r8965 123 123 } 124 124 125 // next enemy 126 random = rnd(maxrand); 127 if (random < 10 && (this->target_)) 128 this->searchNewTarget(); 129 125 130 // shoot 126 131 random = rnd(maxrand);
Note: See TracChangeset
for help on using the changeset viewer.