From 41a9c6601389b9e3e6ca33428c2f69f3fbb3b677 Mon Sep 17 00:00:00 2001 From: Scott Brooks Date: Mon, 3 Jun 2002 00:39:29 +0000 Subject: [PATCH] dont make a sound when bouncing on the ground --- reaction/cgame/cg_effects.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/cgame/cg_effects.c b/reaction/cgame/cg_effects.c index e97b46d1..113ed5c7 100644 --- a/reaction/cgame/cg_effects.c +++ b/reaction/cgame/cg_effects.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.32 2002/06/03 00:39:29 blaze +// dont make a sound when bouncing on the ground +// // Revision 1.31 2002/05/26 05:16:12 niceass // pressure // @@ -1048,7 +1051,7 @@ void CG_LaunchGlass( vec3_t origin, vec3_t velocity, vec3_t rotation, le->bounceFactor = bounce; le->leFlags = LEF_TUMBLE; - le->leBounceSoundType = LEBS_BRASS; + le->leBounceSoundType = LEBS_NONE; le->leMarkType = LEMT_NONE; }