mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 05:04:17 +00:00
client: remove useless check.
This commit is contained in:
parent
828117d8fc
commit
d3cbed2d1c
@ -265,7 +265,7 @@ int CHud::MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf ) //AJH -K
|
|||||||
|
|
||||||
pszSound = READ_STRING();
|
pszSound = READ_STRING();
|
||||||
|
|
||||||
if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) )
|
if( !IsXashFWGS( ))
|
||||||
{
|
{
|
||||||
sprintf( cmd, "mp3 loop %s\n", pszSound );
|
sprintf( cmd, "mp3 loop %s\n", pszSound );
|
||||||
gEngfuncs.pfnClientCmd( cmd );
|
gEngfuncs.pfnClientCmd( cmd );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user