- changed ttl in particle_t from short to int32_t for longer lifespan.
This commit is contained in:
parent
5162e7162e
commit
29d2d8b3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ struct particle_t
|
|||
double size;
|
||||
double sizestep;
|
||||
subsector_t * subsector;
|
||||
short ttl;
|
||||
int32_t ttl;
|
||||
uint8_t bright;
|
||||
bool notimefreeze;
|
||||
float fadestep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue