mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
This should be flags2
This commit is contained in:
parent
e6eaaebd89
commit
751418845d
1 changed files with 1 additions and 1 deletions
|
|
@ -1105,7 +1105,7 @@ mobj_t *P_SpawnGhostMobj(mobj_t *mobj)
|
|||
ghost->spriteyoffset = mobj->spriteyoffset;
|
||||
|
||||
if (mobj->flags2 & MF2_OBJECTFLIP)
|
||||
ghost->flags |= MF2_OBJECTFLIP;
|
||||
ghost->flags2 |= MF2_OBJECTFLIP;
|
||||
|
||||
if (!(mobj->flags & MF_DONTENCOREMAP))
|
||||
ghost->flags &= ~MF_DONTENCOREMAP;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue