Skip to content

Commit

Permalink
Missed from last commit, I could've sworn I did a global replace...
Browse files Browse the repository at this point in the history
Also for some reason the ff_hud_quantitybar didn't get deleted
  • Loading branch information
AdamWillden committed Oct 14, 2020
1 parent e0f56b8 commit 4965f17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 945 deletions.
3 changes: 2 additions & 1 deletion cl_dll/ff/ff_hud_buildstate_base.h
Expand Up @@ -18,8 +18,9 @@ class CHudBuildStateBase : public vgui::FFQuantityPanel
}

~CHudBuildStateBase( void ) {}

void CheckCvars(bool updateBarPositions = false);
virtual void ApplySchemeSettings( vgui::IScheme *pScheme );
virtual void ApplySchemeSettings( vgui::IScheme *pScheme );

protected:

Expand Down
4 changes: 2 additions & 2 deletions cl_dll/ff/ff_hud_buildstate_sentry.cpp
Expand Up @@ -41,8 +41,8 @@ class CHudBuildStateSentry : public CHudElement, public CHudBuildStateBase
private:
// could probably do this without these now
// but would need an alternative of selecting the one you want easily
CHudQuantityBar *m_qbSentryHealth;
CHudQuantityBar *m_qbSentryLevel;
FFQuantityBar *m_qbSentryHealth;
FFQuantityBar *m_qbSentryLevel;

bool m_bBuilt;
};
Expand Down

0 comments on commit 4965f17

Please sign in to comment.