diff --git a/src/p_user.c b/src/p_user.c index 45a65668..df6b05b2 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -1683,7 +1683,7 @@ mobj_t *P_SpawnGhostMobj(mobj_t *mobj) ghost->skin = mobj->skin; if (mobj->flags2 & MF2_OBJECTFLIP) - ghost->flags |= MF2_OBJECTFLIP; + ghost->flags2 |= MF2_OBJECTFLIP; if (!(mobj->flags & MF_DONTENCOREMAP)) mobj->flags &= ~MF_DONTENCOREMAP;