diff options
author | Tim Angus <tim@ngus.net> | 2001-01-17 22:52:46 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-01-17 22:52:46 +0000 |
commit | 9eb4b77de0fa7e23bb31c861718cdd0b3666b905 (patch) | |
tree | 7f2721cbbcb49fa5778fafecb4f0f409580560bd /src/cgame/cg_main.c | |
parent | 64806bda9892ce84e0b5e11ce5e5f9052c1183b3 (diff) |
Finished dmenu update. Stamina bug fix
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index 7583d402..0672442f 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -659,10 +659,12 @@ static void CG_RegisterSounds( void ) { cgs.media.n_healthSound = trap_S_RegisterSound("sound/items/n_health.wav", qfalse ); cgs.media.hgrenb1aSound = trap_S_RegisterSound("sound/weapons/grenade/hgrenb1a.wav", qfalse); cgs.media.hgrenb2aSound = trap_S_RegisterSound("sound/weapons/grenade/hgrenb2a.wav", qfalse); - cgs.media.wstbimplSound = trap_S_RegisterSound("sound/weapons/proxmine/wstbimpl.wav", qfalse); + + //TA: it complains about these + /*cgs.media.wstbimplSound = trap_S_RegisterSound("sound/weapons/proxmine/wstbimpl.wav", qfalse); cgs.media.wstbimpmSound = trap_S_RegisterSound("sound/weapons/proxmine/wstbimpm.wav", qfalse); cgs.media.wstbimpdSound = trap_S_RegisterSound("sound/weapons/proxmine/wstbimpd.wav", qfalse); - cgs.media.wstbactvSound = trap_S_RegisterSound("sound/weapons/proxmine/wstbactv.wav", qfalse); + cgs.media.wstbactvSound = trap_S_RegisterSound("sound/weapons/proxmine/wstbactv.wav", qfalse);*/ } |