about summary refs log tree commit diff
path: root/src/game/server/srv_common.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/server/srv_common.h
parent9a8c0809c78782a1bcd038fe29277c12dbe781b8 (diff)
downloadzcatch-8fa8485a3a207565a610dac981cb2da2a6a6d040.tar.gz
zcatch-8fa8485a3a207565a610dac981cb2da2a6a6d040.zip
fixed CTF sounds. fixed close teewars bug
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index 74fb607c..70e52d5b 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -2,6 +2,9 @@
 #include "../game.h"
 #include "data.h"
 
+
+void create_sound_global(int sound, int target=-1);
+
 //
 class event_handler
 {