summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index 98639b5..b7d9742 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -1171,6 +1171,10 @@ static void CL_ParseStartSoundPacket( void ) {
pos = NULL;
}
+ if( cl_shownet->integer > 2 ) {
+ Com_Printf( " %s\n", cl.configstrings[CS_SOUNDS+sound_num] );
+ }
+
if( cl.sound_precache[sound_num] ) {
S_StartSound( pos, ent, channel, cl.sound_precache[sound_num],
volume, attenuation, ofs );