Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2011, 1:50:40 PM (12 years ago)
Author:
willis
Message:

fixed a bug in searchnewMaster

File:
1 edited

Legend:

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

    r8953 r8957  
    7777
    7878      inline void setTeam(int team)
    79            { this->team_ = team; }
     79           { this->team_ = team;
     80             orxout(debug_output) << "Set team to: "<<team<<" in "<<this<< endl;}
    8081      inline int getTeam() const
    8182           { return this->team_; }
Note: See TracChangeset for help on using the changeset viewer.