mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 03:24:52 +00:00
Merge 3c14eefc2e
into 0565403b15
This commit is contained in:
commit
522ec9a8ff
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue