change favorite highlight to cyan

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2143 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-04-02 08:16:00 +00:00
parent 83e22715bc
commit a27df1dfa6
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ float serverhighlight[MAX_SERVERTYPES][3] =
{0.20, 0.20, 0.60}, // Quake 3
{0.40, 0.40, 0.25}, // NetQuake
{0.45, 0.20, 0.45}, // FTEQTV
{0.10, 0.70, 0.10} // Favorite
{0.10, 0.60, 0.60} // Favorite
};
servertypes_t flagstoservertype(int flags)