Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 9, 2015, 4:38:02 PM (8 years ago)
Author:
gania
Message:

did nothing today

File:
1 edited

Legend:

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

    r10763 r10789  
    6969            (*it2)->setTargetPosition(this->getControllableEntity()->getWorldPosition());   
    7070        }*/
    71         for (ObjectList<Controller>::iterator it = ObjectList<Controller>::begin(); it; ++it)
     71        /*for (ObjectList<Controller>::iterator it = ObjectList<Controller>::begin(); it; ++it)
    7272        {
    7373            if ((this->getControllableEntity()->getTeam() != (it)->getControllableEntity()->getTeam()) && (it)->getControllableEntity()->getTeam() == 0)
     
    7979                break;
    8080            }
    81         }
     81        }*/
    8282
    8383    }
Note: See TracChangeset for help on using the changeset viewer.