diff --git a/releases/3.2.0/source/cl_dll/vgui_ScorePanel.cpp b/releases/3.2.0/source/cl_dll/vgui_ScorePanel.cpp index 66ee588..2847d2b 100644 --- a/releases/3.2.0/source/cl_dll/vgui_ScorePanel.cpp +++ b/releases/3.2.0/source/cl_dll/vgui_ScorePanel.cpp @@ -147,11 +147,11 @@ SBColumnInfo g_ColumnInfo[NUM_COLUMNS] = {NULL, 24, Label::a_east}, // status icons {NULL, 110, Label::a_east}, // name {NULL, 56, Label::a_east}, // class - {"#EXTRA", 40, Label::a_east}, // resources {"#SCORE", 40, Label::a_east}, // score {"#KILLS", 40, Label::a_east}, // kills {"#DEATHS", 40, Label::a_east}, // deaths {"#LATENCY", 40, Label::a_east}, // ping + {NULL, 40, Label::a_east}, // resources {"#VOICE", 40, Label::a_east}, {NULL, 2, Label::a_east}, // blank column to take up the slack };