mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-18 01:41:41 +00:00
d'oh :P
This commit is contained in:
parent
e1715ca331
commit
21ef7e2f7f
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ void ()
|
||||||
W_FireRocket =
|
W_FireRocket =
|
||||||
{
|
{
|
||||||
if (deathmatch != 4)
|
if (deathmatch != 4)
|
||||||
self.currentammo = -self.ammo_rockets;
|
self.currentammo = --self.ammo_rockets;
|
||||||
|
|
||||||
sound (self, CHAN_WEAPON, "weapons/sgun1.wav", 1, ATTN_NORM);
|
sound (self, CHAN_WEAPON, "weapons/sgun1.wav", 1, ATTN_NORM);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue