Skip to content

Commit

Permalink
Fix #4825
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdnazg committed Jun 20, 2015
1 parent 3a3529e commit 820fefa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rts/Sim/Weapons/Weapon.cpp
Expand Up @@ -502,12 +502,11 @@ void CWeapon::UpdateSalvo()

for (int i = 0; i < projectilesPerShot; ++i) {
owner->script->Shot(weaponNum);

Fire(false);

// Update Muzzle Piece/Pos
UpdateWeaponPieces(false); // calls script->QueryWeapon()
UpdateWeaponVectors();

Fire(false);
}

// Rock the unit in the direction of fire
Expand Down

0 comments on commit 820fefa

Please sign in to comment.