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/WingmanController.cc

    r10838 r10843  
    6161        if (!this->isActive())
    6262            return;
    63         if (this->bHasTargetPosition_)
    64         {
    65             this->moveToTargetPosition(dt);
    66         }
    67         else if (this->bLookAtTarget_)
    68         {
    69             this->lookAtTarget(dt);
    70         }
    71         if (bShooting_)
    72         {
    73             this->doFire();
    74         }
     63       
    7564       
    7665        SUPER(WingmanController, tick, dt);
Note: See TracChangeset for help on using the changeset viewer.