- Timestamp:
- Jun 2, 2010, 9:44:22 PM (15 years ago)
- Location:
- code/branches/presentation3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3
- Property svn:mergeinfo changed
/code/branches/ppspickups4 (added) merged: 7067-7068
- Property svn:mergeinfo changed
-
code/branches/presentation3/src/orxonox/controllers/ArtificialController.cc
r7066 r7090 760 760 continue; 761 761 762 /* So AI won't choose invisible Spaceships as target */ 763 if (!it->getRadarVisibility()) 764 continue; 765 762 766 if (static_cast<ControllableEntity*>(*it) != this->getControllableEntity()) 763 767 {
Note: See TracChangeset
for help on using the changeset viewer.