Remove the last "static" function in the game code

This commit is contained in:
Yamagi Burmeister 2011-10-04 07:38:38 +00:00
parent e1f2b10d5e
commit 212aed50e5

View file

@ -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;