We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f32d4 commit 8178315Copy full SHA for 8178315
src/game/client/tf/tf_hud_target_id.h
@@ -66,7 +66,7 @@ class CTargetID : public CHudElement, public vgui::EditablePanel
66
int m_iLastEntIndex;
67
float m_flLastChangeTime;
68
float m_flTargetRetainFOV;
69
- int m_iTargetEntIndex;
+ int m_iTargetEntIndex = 0; // Depends on being set to zero, but never set at construction!
70
bool m_bLayoutOnUpdate;
71
72
vgui::Label *m_pTargetNameLabel;
0 commit comments