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 116e565 commit 27f45e9
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 @@ -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
Expand Down

0 comments on commit 27f45e9

Please sign in to comment.