about summary refs log tree commit diff
path: root/src/game/game_protocol.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-27 19:32:35 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-27 19:32:35 +0000
commit8fa8485a3a207565a610dac981cb2da2a6a6d040 (patch)
tree5ee8d57e86c4e7d5b17fc8772f79e719d1789c92 /src/game/game_protocol.h
parent9a8c0809c78782a1bcd038fe29277c12dbe781b8 (diff)
downloadzcatch-8fa8485a3a207565a610dac981cb2da2a6a6d040.tar.gz
zcatch-8fa8485a3a207565a610dac981cb2da2a6a6d040.zip
fixed CTF sounds. fixed close teewars bug
Diffstat (limited to 'src/game/game_protocol.h')
-rw-r--r--src/game/game_protocol.h5
1 files changed, 3 insertions, 2 deletions
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