Changeset 10335 for code/branches/towerdefenseFS15/src/orxonox/controllers
- Timestamp:
- Mar 26, 2015, 3:26:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/towerdefenseFS15/src/orxonox/controllers/FormationController.cc
r9800 r10335 956 956 bool FormationController::sameTeam(ControllableEntity* entity1, ControllableEntity* entity2, Gametype* gametype) 957 957 { 958 959 958 960 if (entity1 == entity2) 959 961 return true;
Note: See TracChangeset
for help on using the changeset viewer.