Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2015, 9:25:52 AM (8 years ago)
Author:
gania
Message:

Split up CommonController, so it is easier to debug

File:
1 edited

Legend:

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

    r10864 r10871  
    3939
    4040    //CommonController contains all common functionality of AI Controllers
    41     ActionpointController::ActionpointController(Context* context) : CommonController(context)
     41    ActionpointController::ActionpointController(Context* context) : FightingController(context)
    4242    {
    4343              this->bInLoop_ = false;
     
    8787    ActionpointController::~ActionpointController()
    8888    {
    89       parsedActionpoints_.clear();
     89        loopActionpoints_.clear();
     90        parsedActionpoints_.clear();
    9091        actionpoints_.clear();
    9192    }
Note: See TracChangeset for help on using the changeset viewer.