Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

almost all works now, check AITest.oxw

File:
1 edited

Legend:

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

    r10858 r10859  
    5151    SectionController::~SectionController()
    5252    {
    53         if (this->myWingman_)
    54         {
    55             this->myWingman_->takeActionpoints(this->parsedActionpoints_, this->loopActionpoints_, this->bLoop_);
    56         }
     53        // if (this->myWingman_)
     54        // {
     55        //     this->myWingman_->takeActionpoints(this->parsedActionpoints_, this->loopActionpoints_, this->bLoop_);
     56        // }
    5757       for (size_t i = 0; i < this->actionpoints_.size(); ++i)
    5858        {
     
    8282    void SectionController::action()
    8383    {
     84        if (!this || !this->getControllableEntity())
     85            return;
    8486
    8587        //----If no leader, find one---- 
Note: See TracChangeset for help on using the changeset viewer.