mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +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 alpha;
|
||||
float scale;
|
||||
// drivers never touch the following fields
|
||||
struct particle_s *next;
|
||||
vec3_t vel;
|
||||
float ramp;
|
||||
float die;
|
||||
|
|
Loading…
Reference in a new issue