From 751418845ddedbfc081192b2a4694c49016cce81 Mon Sep 17 00:00:00 2001 From: Nep2Disk Date: Sat, 1 Mar 2025 15:22:54 +0000 Subject: [PATCH] This should be flags2 --- src/p_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_user.c b/src/p_user.c index 63f43bdab..beab21c38 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -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;