mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Remove the last "static" function in the game code
This commit is contained in:
parent
e1f2b10d5e
commit
212aed50e5
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ void parasite_pain (edict_t *self, edict_t *other, float kick, int damage)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static qboolean parasite_drain_attack_ok (vec3_t start, vec3_t end)
|
qboolean parasite_drain_attack_ok (vec3_t start, vec3_t end)
|
||||||
{
|
{
|
||||||
vec3_t dir, angles;
|
vec3_t dir, angles;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue