Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10349 in orxonox.OLD for branches/ai/src/ai/ai_module.cc


Ignore:
Timestamp:
Jan 24, 2007, 6:55:21 PM (17 years ago)
Author:
tfahrni
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/ai/ai_module.cc

    r10226 r10349  
    4343        this->target = other->getTarget();
    4444        this->weight = other->getWeight();
    45         this->speedMax = other->getMaxSpeed();
     45        this->maxSpeed = other->getMaxSpeed();
     46        this->attackDistance = other->getAttackDistance();
    4647        this->accelerationMax = other->getMaxAcceleration();
    4748}
Note: See TracChangeset for help on using the changeset viewer.