summaryrefslogtreecommitdiff
path: root/src/cgame/cg_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-03-29 17:31:08 +0000
committerTim Angus <tim@ngus.net>2002-03-29 17:31:08 +0000
commit944a6bd6d99e66bb0d4cc3b5d53ff7322c7e6837 (patch)
tree445cdebe5e5833ad2d168ab3468bca3044aa057b /src/cgame/cg_main.c
parent2b71d33a0d2961e93ff0a92692e5c4b7f57810d9 (diff)
Bugfix to radix sort. Flamer sounds
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r--src/cgame/cg_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c
index 4f5da5a8..5463ad20 100644
--- a/src/cgame/cg_main.c
+++ b/src/cgame/cg_main.c
@@ -631,6 +631,7 @@ static void CG_RegisterSounds( void ) {
cgs.media.sfx_railg = trap_S_RegisterSound ("sound/weapons/railgun/railgf1a.wav", qfalse);
cgs.media.sfx_rockexp = trap_S_RegisterSound ("sound/weapons/rocket/rocklx1a.wav", qfalse);
cgs.media.sfx_plasmaexp = trap_S_RegisterSound ("sound/weapons/plasma/plasmx1a.wav", qfalse);
+ cgs.media.sfx_flamerexp = trap_S_RegisterSound ("sound/weapons/flamer/fireimpc.wav", qfalse);
cgs.media.regenSound = trap_S_RegisterSound("sound/items/regen.wav", qfalse);
cgs.media.protectSound = trap_S_RegisterSound("sound/items/protect3.wav", qfalse);