- Timestamp:
- Oct 30, 2015, 11:07:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/SectionController.h
r10722 r10725 53 53 return false; 54 54 } 55 }; 55 } 56 56 57 virtual bool hasWingman() 57 58 { … … 68 69 69 70 protected: 70 71 void setDesiredPositionOfWingman(); 72 void keepDivisionTick(); 71 73 //A division is the biggest block of spaceships. 72 74 //In division one section is leading, the other one always stays on the same position … … 83 85 Timer actionTimer_; //<! Regularly calls action(). 84 86 85 Vector3* desiredRelativePosition_;86 87 87 88 };
Note: See TracChangeset
for help on using the changeset viewer.