Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2015, 1:56:45 PM (9 years ago)
Author:
gania
Message:

fixed?

File:
1 edited

Legend:

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

    r10925 r10927  
    150150                return;
    151151            // if (this->actionCounter_ % 3 == 0)
    152             if (maneuverCounter_ <= 1.2)
     152            if (!this->bDodge_)
    153153            {
    154154                // orxout(internal_error) << "attacking" << endl;
     155                this->bStartedDodging_ = false;
     156
    155157                this->setTargetPosition(this->positionOfTarget_ - diffUnit * 50.0f);   
    156158                return;
Note: See TracChangeset for help on using the changeset viewer.