- Timestamp:
- Dec 7, 2011, 4:00:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formation/src/orxonox/controllers/Masterable.h
r8957 r8965 78 78 inline void setTeam(int team) 79 79 { this->team_ = team; 80 orxout(debug_output) << "Set team to: "<<team<<" in "<<this<< endl;} 80 orxout(debug_output) << "Set team to: "<<team<<" in "<<this<< endl;} 81 81 inline int getTeam() const 82 82 { return this->team_; } … … 134 134 135 135 void takeLeadOfFormation(); 136 void masterAttacked(Pawn* originator); 136 137 137 138 void specificMasterActionHold();
Note: See TracChangeset
for help on using the changeset viewer.