diff --git a/engine/common/particles.h b/engine/common/particles.h index d25479650..40291063b 100644 --- a/engine/common/particles.h +++ b/engine/common/particles.h @@ -85,6 +85,8 @@ typedef struct beamseg_s struct beamseg_s *next; // next in beamseg list int flags; // flags for beamseg vec3_t dir; + + float texture_s; } beamseg_t; #define PARTICLE_Z_CLIP 8.0