mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
- 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…
Reference in a new issue