mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-20 08:21:08 +00:00
Make static functions normal
This commit is contained in:
parent
2b4f223566
commit
f17cd52aa1
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ monster_fire_bfg(edict_t *self, vec3_t start, vec3_t aimdir,
|
|||
|
||||
/* Monster utility functions */
|
||||
|
||||
static void
|
||||
void
|
||||
M_FliesOff(edict_t *self)
|
||||
{
|
||||
if (!self)
|
||||
|
@ -167,7 +167,7 @@ M_FliesOff(edict_t *self)
|
|||
self->s.sound = 0;
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
M_FliesOn(edict_t *self)
|
||||
{
|
||||
if (!self)
|
||||
|
|
Loading…
Reference in a new issue