Missed in last commit. Eeek...

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-09-12 22:52:16 +00:00
parent 7bf16df448
commit 723b1c9690

View file

@ -51,7 +51,7 @@ extern void (*R_SlightBloodTrail) (struct entity_s *ent);
extern void (*R_WizTrail) (struct entity_s *ent);
extern void (*R_FlameTrail) (struct entity_s *ent);
extern void (*R_VoorTrail) (struct entity_s *ent);
extern void (*R_GlowTrail) (struct entity_s *ent);
extern void (*R_GlowTrail) (struct entity_s *ent, int glow_color);
extern void (*R_RunParticleEffect) (const vec3_t org, const vec3_t dir,
int color, int count);