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/DivisionController.cc

    r10864 r10869  
    4545        this->myWingman_ = 0;
    4646        this->actionTimer_.setTimer(ACTION_INTERVAL, true, createExecutor(createFunctor(&DivisionController::action, this)));
    47         this->rank_ = Rank::DIVISIONLEADER;
    4847    }
    4948
     
    107106       
    108107    }
     108    //I wanted to do it different here, but at this point I think nothing will change if I delete that method
    109109    void DivisionController::stayNearProtect()
    110110    {
     
    112112    }
    113113   
    114     bool DivisionController::setWingman(ActionpointController* cwingman)
     114    bool DivisionController::setWingman(CommonController* cwingman)
    115115    {
    116116
Note: See TracChangeset for help on using the changeset viewer.