mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 05:21:11 +00:00
cleanup buildbot error
This commit is contained in:
parent
4b31297a11
commit
c1b52069e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue