diff --git a/cl_dll/hud.cpp b/cl_dll/hud.cpp index f74b0cd2..aad8f645 100644 --- a/cl_dll/hud.cpp +++ b/cl_dll/hud.cpp @@ -149,7 +149,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf ) if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) ) { - sprintf( cmd, "mp3 play %s\n", pszSound ); + sprintf( cmd, "mp3 loop %s\n", pszSound ); gEngfuncs.pfnClientCmd( cmd ); } else