Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2015, 3:14:40 PM (10 years ago)
Author:
gania
Message:

cleaned source up a bit

File:
1 edited

Legend:

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

    r10923 r10935  
    4343        this->myFollower_ = 0;
    4444        this->myWingman_ = 0;
    45         //this->actionTimer_.setTimer(ACTION_INTERVAL, true, createExecutor(createFunctor(&DivisionController::action, this)));
    4645    }
    4746
     
    6160        SUPER(DivisionController, XMLPort, xmlelement, mode);
    6261       
    63         //XMLPortParam(DivisionController, "target_", setTarget, getTarget, xmlelement, mode).defaultValues(100.0f);
    6462    }
    6563    void DivisionController::tick(float dt)
     
    6866            return;   
    6967        SUPER(DivisionController, tick, dt);
    70         /*if (this->timeOffset_ >= 0.0f && this->timeOffset_ <= 0.8f && !this->bActionCalled_)
    71         {
    72             this->action();
    73             this->bActionCalled_ = true;
    74         }
    75         if (this->timeOffset_ > 1.6f)
    76         {
    77             this->bActionCalled_ = false;
    78         }*/
    79 
    8068       
    8169    }
Note: See TracChangeset for help on using the changeset viewer.