gl client now builds again (thanks knghtbrd;)

This commit is contained in:
Bill Currie 2000-06-19 22:56:28 +00:00
parent 1246b26046
commit 70b3327d77
5 changed files with 15 additions and 12 deletions

View file

@ -360,7 +360,7 @@ void R_TeleportSplash (vec3_t org)
}
}
void R_RocketTrail (vec3_t start, vec3_t end, int type)
void R_RocketTrail (vec3_t start, vec3_t end, int type, entity_t *ent)
{
vec3_t vec;
float len;