From 8fa8485a3a207565a610dac981cb2da2a6a6d040 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 27 Nov 2007 19:32:35 +0000 Subject: fixed CTF sounds. fixed close teewars bug --- src/game/game_protocol.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/game_protocol.h') diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index e18fa746..a490fb08 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -30,7 +30,7 @@ enum OBJTYPE_FLAG, EVENT_EXPLOSION, EVENT_DAMAGEINDICATION, - EVENT_SOUND, + EVENT_SOUND_WORLD, EVENT_SMOKE, EVENT_SPAWN, EVENT_DEATH, @@ -50,7 +50,8 @@ enum MSG_STARTINFO, // client -> server MSG_CHANGEINFO, // client -> server MSG_READY_TO_ENTER, // server -> client - MSG_WEAPON_PICKUP + MSG_WEAPON_PICKUP, + MSG_SOUND_GLOBAL, }; enum -- cgit 1.4.1