Fix drift clips suddenly inverting gravity

This commit is contained in:
lachablock 2021-12-01 22:42:49 +11:00
parent 2c1dd6efbf
commit 87c31cb89f

View file

@ -2295,7 +2295,7 @@ boolean P_ZMovement(mobj_t *mo)
S_StartSound(mo, sfx_tink);
}
else
mo->flags2 ^= RF_DONTDRAW;
mo->renderflags ^= RF_DONTDRAW;
}
else if (mo->type == MT_DEBTSPIKE)
{