Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2015, 11:27:41 AM (9 years ago)
Author:
gania
Message:

low on battery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/DivisionController.cc

    r10796 r10797  
    171171        }
    172172        */
    173         if (this->myFollower_ && this->target_)
    174             this->myFollower_->setTarget(this->target_);
    175         if (this->target_ && this->myWingman_)
    176             this->myWingman_->setTarget(this->target_);
     173        // if (this->myFollower_ && this->target_)
     174        //     this->myFollower_->setTarget(this->target_);
     175        // if (this->target_ && this->myWingman_)
     176        //     this->myWingman_->setTarget(this->target_);
    177177    /*           
    178178        for (ObjectList<Controller>::iterator it = ObjectList<Controller>::begin(); it; ++it)
Note: See TracChangeset for help on using the changeset viewer.