Obj_DLZSeasawUpdate: fix eflags typo

This commit is contained in:
James R 2023-11-21 01:06:06 -08:00
parent ff3826466b
commit 920c6c0311

View file

@ -43,7 +43,7 @@ static void Obj_DLZSeasawUpdate(mobj_t *mo, boolean ghostme)
if (mo->eflags & MFE_VERTICALFLIP)
{
mo->tracer->eflags |= MFE_VERTICALFLIP;
mo->tracer->eflags |= MF2_OBJECTFLIP;
mo->tracer->flags2 |= MF2_OBJECTFLIP;
}
}