client: loop mp3 sound under GoldSource too.

This commit is contained in:
Andrey Akhmichin 2023-11-29 13:13:49 +05:00
parent 4914c58eda
commit b3faab479c
1 changed files with 1 additions and 1 deletions

View File

@ -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