From 4a5addf6306207c9cdc75f5305d8740b1179fc53 Mon Sep 17 00:00:00 2001 From: puzl Date: Thu, 1 Jun 2006 21:00:21 +0000 Subject: [PATCH] o oops.. forgot to change the order of the static initliaser to match the new column orders. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@516 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/source/cl_dll/vgui_ScorePanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };