P_SpawnGhostMobj: Also copy scalespeed

This commit is contained in:
toaster 2023-11-06 15:00:38 +00:00
parent 2ecfe2f50f
commit 2f62c0ff6b

View file

@ -1109,6 +1109,7 @@ mobj_t *P_SpawnGhostMobj(mobj_t *mobj)
P_SetTarget(&ghost->target, mobj);
P_SetScale(ghost, mobj->scale);
ghost->scalespeed = mobj->scalespeed;
ghost->destscale = mobj->scale;
if (mobj->eflags & MFE_VERTICALFLIP)