Merge branch 'mobjghost-rollangle' into 'next'

Ghost mobj matches rollangle (Closes #362)

Closes #362

See merge request STJr/SRB2!1211
This commit is contained in:
James R 2020-11-01 22:49:50 -05:00
commit 33cfd2c72a

View file

@ -2029,6 +2029,7 @@ mobj_t *P_SpawnGhostMobj(mobj_t *mobj)
ghost->colorized = mobj->colorized; // alternatively, "true" for sonic advance style colourisation
ghost->angle = (mobj->player ? mobj->player->drawangle : mobj->angle);
ghost->rollangle = mobj->rollangle;
ghost->sprite = mobj->sprite;
ghost->sprite2 = mobj->sprite2;
ghost->frame = mobj->frame;