Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2015, 9:08:28 PM (8 years ago)
Author:
gania
Message:

gani check in before a major change

File:
1 edited

Legend:

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

    r10840 r10843  
    6464    void DivisionController::tick(float dt)
    6565    {   
     66
    6667        if (!this->isActive())
    6768            return;
    68         if (this->bHasTargetPosition_)
    69         {
    70             this->moveToTargetPosition(dt);
    71         }
    72         else if (this->bLookAtTarget_)
    73         {
    74             this->lookAtTarget(dt);
    75         }
    76         if (bShooting_)
    77         {
    78             this->doFire();
    79         }
     69       
    8070       
    8171        SUPER(DivisionController, tick, dt);
Note: See TracChangeset for help on using the changeset viewer.