cleanup buildbot error

This commit is contained in:
Alam Ed Arias 2019-12-26 12:27:15 -05:00
parent 4411a0f039
commit 50379dac85
1 changed files with 1 additions and 1 deletions

View File

@ -13005,7 +13005,7 @@ static void P_SetObjectSpecial(mobj_t *mobj)
}
}
mobj_t *P_SpawnMobjFromMapThing(mapthing_t *mthing, fixed_t x, fixed_t y, fixed_t z, mobjtype_t i)
static mobj_t *P_SpawnMobjFromMapThing(mapthing_t *mthing, fixed_t x, fixed_t y, fixed_t z, mobjtype_t i)
{
mobj_t *mobj = NULL;
boolean doangle = true;