Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2011, 4:00:37 PM (14 years ago)
Author:
willis
Message:

added some Mode features, fixed a speed issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/formation/src/orxonox/controllers/Masterable.h

    r8957 r8965  
    7878      inline void setTeam(int team)
    7979           { 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;} 
    8181      inline int getTeam() const
    8282           { return this->team_; }
     
    134134
    135135      void takeLeadOfFormation();
     136      void masterAttacked(Pawn* originator);     
    136137
    137138      void specificMasterActionHold();
Note: See TracChangeset for help on using the changeset viewer.