mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Obj_DLZSeasawUpdate: fix eflags typo
This commit is contained in:
parent
ff3826466b
commit
920c6c0311
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue