Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2015, 9:18:06 AM (9 years ago)
Author:
clangenb
Message:

branch added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/clangenb/src/modules/weapons/weaponmodes/LaserFire.cc

    r10296 r10494  
    6666        ParticleProjectile* projectile = new ParticleProjectile(this->getContext());
    6767
     68        this->computeMuzzleParameters(this->getWeapon()->getWeaponPack()->getWeaponSystem()->getPawn()->getAimPosition());
    6869        projectile->setOrientation(this->getMuzzleOrientation());
    6970        projectile->setPosition(this->getMuzzlePosition());
Note: See TracChangeset for help on using the changeset viewer.