removed unused 'next' field in particle struct

This commit is contained in:
Forest Hale 2001-02-07 20:31:01 +00:00
parent 3320cf5e2c
commit 4d40668752

View file

@ -64,8 +64,6 @@ typedef struct particle_s {
float color;
float alpha;
float scale;
// drivers never touch the following fields
struct particle_s *next;
vec3_t vel;
float ramp;
float die;