From 5bd65227ded46117b88d92282958843b6e495a0d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 8 Sep 2002 02:24:03 +0000 Subject: [PATCH] clear self.fire_held_down in PutClientInServer so fireing works if the player dies while firing the autocannon --- client.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/client.qc b/client.qc index aa654f6..6e90daa 100644 --- a/client.qc +++ b/client.qc @@ -1800,6 +1800,7 @@ void() PutClientInServer = local float iszoom, oldclass; local entity spot, te; + self.fire_held_down = 0; self.touch = player_touch; self.classname = "player"; if (self.playerclass != PC_CUSTOM)