Changeset 8995 for code/branches/presentation2011/src/orxonox/controllers
- Timestamp:
- Dec 17, 2011, 11:49:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/src/orxonox/controllers/FormationController.cc
r8992 r8995 40 40 #include "gametypes/TeamDeathmatch.h" 41 41 #include "gametypes/Dynamicmatch.h" 42 #include "gametypes/Mission.h" TODO: include mission after merging42 #include "gametypes/Mission.h" 43 43 #include "gametypes/Gametype.h" 44 44 #include "controllers/WaypointPatrolController.h" … … 89 89 this->speedCounter_ = 0.2f; 90 90 this->targetPosition_ = Vector3::ZERO; 91 //this->team_=-1;91 this->team_=-1; 92 92 this->target_.setCallback(createFunctor(&FormationController::targetDied, this)); 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.