Changeset 10289 for code/trunk/src/orxonox
- Timestamp:
- Mar 1, 2015, 2:16:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/ArtificialController.cc
r10216 r10289 92 92 return; 93 93 94 static const float hardcoded_projectile_speed = 1250;94 static const float hardcoded_projectile_speed = 2500; 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.