remove unused trailstate stuff

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@336 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2004-10-15 00:31:31 +00:00
parent 5d2843e7b2
commit e3518a7c1f
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ typedef struct beamseg_s beamseg_t;
typedef struct {
float lastdist;
vec3_t lastorg; //use only if lastdist
vec3_t lastdir; //use only if lastdist
beamseg_t *lastbeam; // last beam point
} trailstate_t;
void R_RocketTrail (vec3_t start, vec3_t end, int type, trailstate_t *oldpoint);