mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
Server: PaP Sound no longer uses ATTN_NONE
This commit is contained in:
parent
ed50418025
commit
c25ad01a79
1 changed files with 1 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ void PapUpgrade(entity pap, entity buyer) {
|
|||
////////////////////////////////////////
|
||||
|
||||
self.fire_delay = self.reload_delay = 4.5 + time;
|
||||
sound(self,CHAN_WEAPON,"sounds/machines/papsound.wav",1,ATTN_NONE);
|
||||
sound(self,CHAN_WEAPON,"sounds/machines/papsound.wav",1,ATTN_NORM);
|
||||
|
||||
pap.weapon = self.weapon;
|
||||
|
||||
|
|
Loading…
Reference in a new issue