From d689bd3c836a3d1b78c4a7a87c1bd01ff3f7664f Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 9 Dec 2007 16:10:12 +0000 Subject: fixed the initial input crappiness that makes a bullet fire when the map is restarted --- src/game/server/srv_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/srv_common.h') diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 16c78d3f..80a5260b 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -260,6 +260,7 @@ public: // input player_input previnput; player_input input; + int num_inputs; int jumped; int damage_taken_tick; -- cgit 1.4.1