From d3cbed2d1cf827120fd63ba07dad538ddebbe4ae Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:18:40 +0500 Subject: [PATCH] client: remove useless check. --- cl_dll/hud_msg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_dll/hud_msg.cpp b/cl_dll/hud_msg.cpp index 1a3ea4d5..7f1fefbc 100644 --- a/cl_dll/hud_msg.cpp +++ b/cl_dll/hud_msg.cpp @@ -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 );