mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-02 10:05:38 +00:00
client: remove useless check.
This commit is contained in:
parent
eb3250a28b
commit
fa956f0961
@ -189,7 +189,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf )
|
||||
BEGIN_READ( pbuf, iSize );
|
||||
pszSound = READ_STRING();
|
||||
|
||||
if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) )
|
||||
if( !IsXashFWGS( ))
|
||||
{
|
||||
sprintf( cmd, "mp3 play media/%s\n", pszSound );
|
||||
gEngfuncs.pfnClientCmd( cmd );
|
||||
@ -202,7 +202,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf )
|
||||
|
||||
void __CmdFunc_StopMP3( void )
|
||||
{
|
||||
if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) )
|
||||
if( !IsXashFWGS( ))
|
||||
gEngfuncs.pfnClientCmd( "mp3 stop\n" );
|
||||
else
|
||||
gEngfuncs.pfnPrimeMusicStream( 0, 0 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user