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/g_protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_protocol.h') diff --git a/src/game/g_protocol.h b/src/game/g_protocol.h index ada685bb..f4878729 100644 --- a/src/game/g_protocol.h +++ b/src/game/g_protocol.h @@ -44,6 +44,8 @@ enum MSG_SOUND_GLOBAL, MSG_TUNE_PARAMS, MSG_KILL, + MSG_EXTRA_PROJECTILE, // server -> client + }; enum -- cgit 1.4.1