Skip to content

Commit

Permalink
Fix lassat party, re-add the delay between lassat shots.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyp committed Oct 28, 2010
1 parent f13be24 commit 2bd260f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/multistruct.c
Expand Up @@ -409,6 +409,7 @@ BOOL recvLasSat(NETQUEUE queue)
{
// Give enemy no quarter, unleash the lasat
proj_SendProjectile(&psStruct->asWeaps[0], NULL, player, psObj->pos, psObj, true, 0);
psStruct->asWeaps[0].lastFired = gameTime;

// Play 5 second countdown message
audio_QueueTrackPos( ID_SOUND_LAS_SAT_COUNTDOWN, psObj->pos.x, psObj->pos.y, psObj->pos.z);
Expand Down

0 comments on commit 2bd260f

Please sign in to comment.