No comments

This commit is contained in:
Tatsuru 2020-01-05 23:19:52 -03:00
parent 664bce71de
commit fce1313517

View file

@ -7978,7 +7978,6 @@ static void P_MobjSceneryThink(mobj_t *mobj)
mobj->y = mobj->extravalue2 + P_ReturnThrustY(mobj, mobj->movedir, mobj->cvmem*mobj->scale); mobj->y = mobj->extravalue2 + P_ReturnThrustY(mobj, mobj->movedir, mobj->cvmem*mobj->scale);
P_SetThingPosition(mobj); P_SetThingPosition(mobj);
// :amybruh:
if (!mobj->fuse) if (!mobj->fuse)
{ {
#ifdef HAVE_BLUA #ifdef HAVE_BLUA