Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2011, 8:30:13 PM (13 years ago)
Author:
jo
Message:

Just a backup, before starting to update the ai branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/src/orxonox/controllers/AIController.cc

    r8711 r8720  
    208208        if (!this->isActive())
    209209            return;
    210 
     210        //Vector-implementation: if(target_.size() == 0) target[0] = DEFAULT;
    211211        if(this->mode_ == DEFAULT)
    212         {
     212        {//Vector-implementation: mode_.back() == DEFAULT;
    213213            if (this->state_ == MASTER)
    214214            {
     
    271271        }//END_OF DEFAULT MODE
    272272        else if (this->mode_ == ROCKET)//Rockets do not belong to a group of bots -> bot states are not relevant.
    273         {   
     273        {   //Vector-implementation: mode_.back() == ROCKET;
    274274            ControllableEntity *controllable = this->getControllableEntity();
    275275            if(controllable)
Note: See TracChangeset for help on using the changeset viewer.