warning fixes, change favorites color to cyan

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2139 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-04-02 03:47:06 +00:00
parent 9df6333486
commit 6330ce6046
9 changed files with 52 additions and 21 deletions

View file

@ -393,7 +393,7 @@ void SV_LinkEdict (edict_t *ent, qboolean touch_triggers)
#if 1
int i;
float v;
float max, min;
float max;
//q2 method
max = 0;
for (i=0 ; i<3 ; i++)