File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ void CWaveStatusPanel::UpdateEnemyCounts( void )
950
950
// -----------------------------------------------------------------------------
951
951
// Purpose:
952
952
// -----------------------------------------------------------------------------
953
- DECLARE_HUDELEMENT ( CCurrencyStatusPanel );
953
+ DECLARE_HUDELEMENT_DEPTH ( CCurrencyStatusPanel, 49 );
954
954
955
955
CCurrencyStatusPanel::CCurrencyStatusPanel ( const char *pElementName )
956
956
: CHudElement( pElementName )
@@ -1610,7 +1610,7 @@ void CMvMBombCarrierProgress::ApplySchemeSettings( IScheme *pScheme )
1610
1610
// -----------------------------------------------------------------------------
1611
1611
// CTFHudMannVsMachineStatus
1612
1612
// -----------------------------------------------------------------------------
1613
- DECLARE_HUDELEMENT ( CTFHudMannVsMachineStatus );
1613
+ DECLARE_HUDELEMENT_DEPTH ( CTFHudMannVsMachineStatus, 48 );
1614
1614
1615
1615
CTFHudMannVsMachineStatus::CTFHudMannVsMachineStatus ( const char *pElementName ) :
1616
1616
CHudElement( pElementName ), BaseClass( NULL , " HudMannVsMachineStatus" )
You can’t perform that action at this time.
0 commit comments