Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2015, 7:03:32 PM (9 years ago)
Author:
gania
Message:

defaultPatrol and defaultFightAll XML commands

File:
1 edited

Legend:

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

    r10909 r10912  
    125125            {
    126126                this->keepFormation();
     127                //orxout (internal_error) << "Keeping formation" << endl;
     128
    127129            }
    128130            else if (!this->myDivisionLeader_->bKeepFormation_)
     
    130132                if (!this->hasTarget())
    131133                {
    132                     this->chooseTarget();
     134                    //this->chooseTarget();
     135                    //orxout (internal_error) << "Section ain't got no target" << endl;
    133136                }
    134137                if (this->hasTarget())
Note: See TracChangeset for help on using the changeset viewer.