mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 12:41:40 +00:00
removed unused 'next' field in particle struct
This commit is contained in:
parent
3320cf5e2c
commit
4d40668752
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ typedef struct particle_s {
|
||||||
float color;
|
float color;
|
||||||
float alpha;
|
float alpha;
|
||||||
float scale;
|
float scale;
|
||||||
// drivers never touch the following fields
|
|
||||||
struct particle_s *next;
|
|
||||||
vec3_t vel;
|
vec3_t vel;
|
||||||
float ramp;
|
float ramp;
|
||||||
float die;
|
float die;
|
||||||
|
|
Loading…
Reference in a new issue