mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Missed in last commit. Eeek...
This commit is contained in:
parent
7bf16df448
commit
723b1c9690
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue