mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
gl client now builds again (thanks knghtbrd;)
This commit is contained in:
parent
1246b26046
commit
70b3327d77
5 changed files with 15 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue