mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 03:24:52 +00:00
Fix CTFHudPlayerStatus Being Positioned In Front Of CCurrencyStatusPanel
Resolves ValveSoftware/Source-1-Games#6937
This commit is contained in:
parent
48809cb86c
commit
ccedad49cb
1 changed files with 2 additions and 2 deletions
|
@ -950,7 +950,7 @@ void CWaveStatusPanel::UpdateEnemyCounts( void )
|
|||
//-----------------------------------------------------------------------------
|
||||
// Purpose:
|
||||
//-----------------------------------------------------------------------------
|
||||
DECLARE_HUDELEMENT( CCurrencyStatusPanel );
|
||||
DECLARE_HUDELEMENT_DEPTH( CCurrencyStatusPanel, 49 );
|
||||
|
||||
CCurrencyStatusPanel::CCurrencyStatusPanel( const char *pElementName )
|
||||
: CHudElement( pElementName )
|
||||
|
@ -1610,7 +1610,7 @@ void CMvMBombCarrierProgress::ApplySchemeSettings( IScheme *pScheme )
|
|||
//-----------------------------------------------------------------------------
|
||||
// CTFHudMannVsMachineStatus
|
||||
//-----------------------------------------------------------------------------
|
||||
DECLARE_HUDELEMENT( CTFHudMannVsMachineStatus );
|
||||
DECLARE_HUDELEMENT_DEPTH( CTFHudMannVsMachineStatus, 48 );
|
||||
|
||||
CTFHudMannVsMachineStatus::CTFHudMannVsMachineStatus( const char *pElementName ) :
|
||||
CHudElement( pElementName ), BaseClass( NULL, "HudMannVsMachineStatus" )
|
||||
|
|
Loading…
Reference in a new issue