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
This commit is contained in:
puzl 2006-06-01 21:00:21 +00:00
parent 4f1c29d6ce
commit 4a5addf630

View file

@ -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
};