From 294cbe18c17cd20f70f965e7f89a3250ef39b990 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 10 Feb 2008 15:32:30 +0000 Subject: done some more latency work. added the extra message for projectiles to reduce latency --- src/game/client/gc_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gc_client.cpp') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 7032637f..d891ec84 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -25,7 +25,7 @@ extern "C" { #include "gc_console.h" struct data_container *data = 0; -static int64 debug_firedelay = 0; +int64 debug_firedelay = 0; player_input input_data = {0}; int input_target_lock = 0; -- cgit 1.4.1