- changed ttl in particle_t from short to int32_t for longer lifespan.

This commit is contained in:
Rachael Alexanderson 2017-12-07 01:53:35 -05:00
parent 5162e7162e
commit 29d2d8b3f8

View file

@ -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;