Searched refs:tracercount (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_part.c411 static int tracercount; local
416 p->color = 52 + ((tracercount&4)<<1);
418 p->color = 230 + ((tracercount&4)<<1);
420 tracercount++;
423 if (tracercount & 1)
/external/quake/quake/src/WinQuake/
H A Dr_part.cpp544 static int tracercount; local
600 p->color = 52 + ((tracercount&4)<<1);
602 p->color = 230 + ((tracercount&4)<<1);
604 tracercount++;
607 if (tracercount & 1)

Completed in 53 milliseconds