removed some unneeded defs.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@880 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
be0a53b5d8
commit
772f543902
1 changed files with 0 additions and 4 deletions
|
@ -2928,14 +2928,10 @@ void SWD_DrawParticleBlob(particle_t *p, part_type_t *type)
|
|||
void SWD_DrawParticleBeam(beamseg_t *beam, part_type_t *type)
|
||||
{
|
||||
int r,g,b; //if you have a cpu with mmx, good for you...
|
||||
vec3_t v;
|
||||
vec3_t cr;
|
||||
beamseg_t *c;
|
||||
particle_t *p;
|
||||
particle_t *q;
|
||||
|
||||
vec3_t point[4];
|
||||
|
||||
// if (!b->next)
|
||||
// return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue