mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 14:31:52 +00:00
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:
parent
83e22715bc
commit
a27df1dfa6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue