- Timestamp:
- Dec 17, 2008, 3:20:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/weaponSystem/weapons/Fusion.cc
r2493 r2494 73 73 projectile->setPosition(this->getWorldPosition()); 74 74 projectile->setVelocity(this->getWorldOrientation() * WorldEntity::FRONT * this->speed_); 75 projectile->setOwner(this->getParentWeaponSystem()->getParentPawn()); 75 76 } 76 77 }
Note: See TracChangeset
for help on using the changeset viewer.