From 27f45e97a1ae13a85e531229d38b366d458366f9 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:30:38 +0500 Subject: [PATCH] client: loop mp3 sound under GoldSource too. --- cl_dll/hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_dll/hud.cpp b/cl_dll/hud.cpp index d39670e5a6..532ae16044 100644 --- a/cl_dll/hud.cpp +++ b/cl_dll/hud.cpp @@ -192,7 +192,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf ) if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) ) { - sprintf( cmd, "mp3 play sound/mp3/%s\n", pszSound ); + sprintf( cmd, "mp3 loop sound/mp3/%s\n", pszSound ); gEngfuncs.pfnClientCmd( cmd ); } else