This commit is contained in:
Bill Currie 2003-03-17 07:24:03 +00:00
parent e1715ca331
commit 21ef7e2f7f

View file

@ -334,7 +334,7 @@ void ()
W_FireRocket =
{
if (deathmatch != 4)
self.currentammo = -self.ammo_rockets;
self.currentammo = --self.ammo_rockets;
sound (self, CHAN_WEAPON, "weapons/sgun1.wav", 1, ATTN_NORM);