Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 8:46:09 PM (9 years ago)
Author:
gania
Message:

finished everything, demos are commented out in AITest.oxw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc

    r10859 r10861  
    9898        if (!myDivisionLeader_)
    9999        {
     100           
    100101            CommonController::action();
     102            if (!this || !this->getControllableEntity())
     103                return;
     104            if (!(this->parsedActionpoints_.empty() && this->loopActionpoints_.empty()))
     105            {
     106                if (this->myWingman_)
     107                {
     108                    this->myWingman_->takeActionpoints(this->parsedActionpoints_, this->loopActionpoints_, this->bLoop_);
     109                }   
     110            }
    101111        }
    102112        else if (myDivisionLeader_)
Note: See TracChangeset for help on using the changeset viewer.