- Timestamp:
- May 24, 2012, 3:06:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacebomb/src/modules/weapons/weaponmodes/SimpleRocketFire.cc
r8855 r9237 81 81 rocket->setOrientation(this->getWeapon()->getWeaponPack()->getWeaponSystem()->getPawn()->getWorldOrientation()); 82 82 rocket->setPosition(this->getMuzzlePosition()); 83 rocket->setVelocity( this->getMuzzleDirection()*this->speed_);83 rocket->setVelocity(0.0f,0.0f,0.0f); 84 84 rocket->setShooter(this->getWeapon()->getWeaponPack()->getWeaponSystem()->getPawn()); 85 85
Note: See TracChangeset
for help on using the changeset viewer.