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:
Spoike 2005-02-17 03:34:16 +00:00
parent be0a53b5d8
commit 772f543902

View file

@ -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;