Changeset 8851 for code/branches/ai2/src
- Timestamp:
- Aug 21, 2011, 6:52:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/orxonox/controllers/ArtificialController.cc
r8845 r8851 957 957 bool ArtificialController::sameTeam(ControllableEntity* entity1, ControllableEntity* entity2, Gametype* gametype) 958 958 { 959 if(!entity1 || !entity2) 960 return true; 959 961 if (entity1 == entity2) 960 962 return true;
Note: See TracChangeset
for help on using the changeset viewer.