Fix CTFHudPlayerStatus Being Positioned In Front Of CCurrencyStatusPanel

Resolves ValveSoftware/Source-1-Games#6937
This commit is contained in:
Thomas A. 2025-03-22 15:20:14 -07:00
parent 48809cb86c
commit ccedad49cb

View file

@ -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" )