Skip to content

Commit

Permalink
client: loop mp3 sound under GoldSource too.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Nov 29, 2023
1 parent 4914c58 commit b3faab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3faab4

Please sign in to comment.