Changeset 10294 for code/trunk/src/orxonox/controllers
- Timestamp:
- Mar 1, 2015, 9:59:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/ArtificialController.cc
r10289 r10294 92 92 return; 93 93 94 static const float hardcoded_projectile_speed = 2500;94 static const float hardcoded_projectile_speed = 750; 95 95 96 96 this->targetPosition_ = getPredictedPosition(this->getControllableEntity()->getWorldPosition(), hardcoded_projectile_speed, this->target_->getWorldPosition(), this->target_->getVelocity());
Note: See TracChangeset
for help on using the changeset viewer.