diff options
Diffstat (limited to 'mp/src/game/client/replay/vgui/replayperformanceeditor.h')
| -rw-r--r-- | mp/src/game/client/replay/vgui/replayperformanceeditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mp/src/game/client/replay/vgui/replayperformanceeditor.h b/mp/src/game/client/replay/vgui/replayperformanceeditor.h index 50a96d09..034843a3 100644 --- a/mp/src/game/client/replay/vgui/replayperformanceeditor.h +++ b/mp/src/game/client/replay/vgui/replayperformanceeditor.h @@ -224,6 +224,8 @@ private: float m_flActiveTimeInEditor; // Will be zero'd out if user is idle (ie if they don't press space bar often enough) CPanelAnimationVarAliasType( int, m_nRightMarginWidth, "right_margin_width", "0", "proportional_xpos" ); + + bool m_bCurrentTargetNeedsVisibilityUpdate; }; //----------------------------------------------------------------------------- |