mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-14 08:50:35 +00:00
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:
parent
4f1c29d6ce
commit
4a5addf630
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue