From 3f5573ff72e63c3905dcdd8678b353c7d68f9a85 Mon Sep 17 00:00:00 2001 From: esteel Date: Fri, 15 Dec 2006 13:37:21 +0000 Subject: [PATCH] corrected the colors for fast/medim ping git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2049 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/menu/custom/joingame.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/qcsrc/menu/custom/joingame.qc b/data/qcsrc/menu/custom/joingame.qc index 10f0f4f39..37a16fa6d 100644 --- a/data/qcsrc/menu/custom/joingame.qc +++ b/data/qcsrc/menu/custom/joingame.qc @@ -116,8 +116,8 @@ void() Item_Nex_HostCache_Players_Spawn = // Item_Nex_HostCache_Ping /////// -const vector HOSTCACHE_FAST_PING_COLOR = '1.0 1.0 0.0'; -const vector HOSTCACHE_MEDIUM_PING_COLOR = '0.0 1.0 0.0'; +const vector HOSTCACHE_FAST_PING_COLOR = '0.0 1.0 0.0'; +const vector HOSTCACHE_MEDIUM_PING_COLOR = '1.0 1.0 0.0'; const vector HOSTCACHE_SLOW_PING_COLOR = '1.0 0.0 0.0'; const float HOSTCACHE_FAST_PING = 90; -- 2.39.2