- Timestamp:
- Oct 30, 2015, 12:08:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/WingmanController.h
r10719 r10722 32 32 33 33 #include "controllers/CommonController.h" 34 #include <limits> 34 35 35 36 … … 50 51 return false; 51 52 }; 53 52 54 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 53 55 virtual void tick(float dt); //<! Carrying out the targets set in action(). … … 65 67 66 68 WeakPtr<Pawn> target_; 67 CommonController* myLeader_;68 69 //LeaderController* leader_; 69 70
Note: See TracChangeset
for help on using the changeset viewer.