Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2015, 8:39:46 AM (8 years ago)
Author:
gania
Message:

fixed a bug and got rid of unnecessary Rank enumeration, used getIdentifire instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/CommonController.h

    r10864 r10869  
    5353        };
    5454    }
    55     namespace Rank
    56     {
    57         enum Value
    58         {
    59             NONE, SECTIONLEADER, DIVISIONLEADER, WINGMAN
    60         };
    6155
    62     }
    63    
    6456
    6557   
     
    8678                FormationMode::Value getFormationMode() const;
    8779
    88                 void setRank(Rank::Value val);
    89                 Rank::Value getRank() const;
    90            
     80               
    9181
    9282            //----[/XML methods]----
     
    172162            //----["Private" variables]----
    173163                FormationMode::Value formationMode_;
    174                 Rank::Value rank_;
    175164
    176165                int attackRange_;
Note: See TracChangeset for help on using the changeset viewer.