Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2013, 3:57:23 PM (11 years ago)
Author:
jo
Message:

Added Team functionality down to the controller class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/controllers/FormationController.h

    r9667 r9797  
    7676           { return this->passive_; }
    7777
    78       inline void setTeam(int team)
    79            { this->team_ = team; }
    80       inline int getTeam() const
    81            { return this->team_; }
     78
    8279
    8380      /**
     
    105102      bool formationFlight_;
    106103      bool passive_;
    107       int team_;
    108104      unsigned int maxFormationSize_;
    109105      int freedomCount_;
Note: See TracChangeset for help on using the changeset viewer.