diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c index f68a44a5..6c7dd032 100644 --- a/src/client/cl_main.c +++ b/src/client/cl_main.c @@ -1388,6 +1388,9 @@ void CL_BeginDownload( const char *localName, const char *remoteName ) { clc.downloadBlock = 0; // Starting new file clc.downloadCount = 0; + // Stop any errant looping sounds that may be playing + S_ClearLoopingSounds( qtrue ); + CL_AddReliableCommand( va("download %s", remoteName) ); } |