about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-23 09:12:27 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-23 09:12:27 +0000
commitc03f2a36e8a40047587159fa38111e560c842c5b (patch)
tree7a97eab864b905937bcfeefcf0041ccd6d9d5f0e /src
parenta39b095919b49764e7549a652b2aad9e11808172 (diff)
downloadzcatch-c03f2a36e8a40047587159fa38111e560c842c5b.tar.gz
zcatch-c03f2a36e8a40047587159fa38111e560c842c5b.zip
fixed the tabsize of ping in the server browser
Diffstat (limited to 'src')
-rw-r--r--src/game/client/gc_menu.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp
index f4573b51..ef3d839f 100644
--- a/src/game/client/gc_menu.cpp
+++ b/src/game/client/gc_menu.cpp
@@ -702,10 +702,7 @@ static void menu2_render_serverbrowser(RECT main_view)
 		{COL_MAP,		BROWSESORT_MAP,			"Map", 		1, 100.0f, 0, {0}, {0}},
 		{COL_PLAYERS,	BROWSESORT_NUMPLAYERS,	"Players",	1, 60.0f, 0, {0}, {0}},
 		{-1,			-1,						" ",		1, 10.0f, 0, {0}, {0}},
-		//{COL_VERSION,	-1,						"Ver",		1, 45.0f, FIXED, {0}, {0}},
-		{-1,			-1,						" ",		1, 5.0f, 0, {0}, {0}},
-		//{COL_PROGRESS,	BROWSESORT_PROGRESSION,	"%",		1, 20.0f, FIXED, {0}, {0}},
-		{COL_PING,		BROWSESORT_PING,		"Ping",		1, 25.0f, FIXED, {0}, {0}},
+		{COL_PING,		BROWSESORT_PING,		"Ping",		1, 40.0f, FIXED, {0}, {0}},
 	};
 	
 	int num_cols = sizeof(cols)/sizeof(column);