diff --git a/src/p_effect.h b/src/p_effect.h index bb87a53d54..4620bfa5a9 100644 --- a/src/p_effect.h +++ b/src/p_effect.h @@ -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;