Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 2:05:43 PM (8 years ago)
Author:
gania
Message:

fixed loops

File:
1 edited

Legend:

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

    r10854 r10856  
    5151    {
    5252    }
    53     void LeaderController::takeActionpoints (std::vector<Point > vector)
    54     {
    55       this->parsedActionpoints_ = vector;
    56       this->setAction (Action::NONE);
    57       this->setTarget(0);
    58       this->setTargetPosition (this->getControllableEntity()->getWorldPosition());
    59       orxout(internal_error) << "Top action is " << this->parsedActionpoints_.back().action << endl;
    60     }
     53   
    6154
    6255
Note: See TracChangeset for help on using the changeset viewer.