Browse Source

client: remove useless check.

zombie-x
Andrey Akhmichin 1 year ago
parent
commit
d3cbed2d1c
  1. 2
      cl_dll/hud_msg.cpp

2
cl_dll/hud_msg.cpp

@ -265,7 +265,7 @@ int CHud::MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf ) //AJH -K @@ -265,7 +265,7 @@ int CHud::MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf ) //AJH -K
pszSound = READ_STRING();
if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) )
if( !IsXashFWGS( ))
{
sprintf( cmd, "mp3 loop %s\n", pszSound );
gEngfuncs.pfnClientCmd( cmd );

Loading…
Cancel
Save