This commit is contained in:
ficool2 2025-04-04 11:00:01 +01:00 committed by GitHub
commit 522ec9a8ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,7 +269,7 @@ CTFHudMatchStatus::CTFHudMatchStatus(const char *pElementName)
: CHudElement(pElementName)
, BaseClass(NULL, "HudMatchStatus")
, m_pTimePanel( NULL )
, m_bUseMatchHUD( false )
, m_bUseMatchHUD( ShouldUseMatchHUD() )
, m_eMatchGroupSettings( k_eTFMatchGroup_Invalid )
{
Panel *pParent = g_pClientMode->GetViewport();