Skip to content

Shield overlays aren't drawn if the player the shield mobj is targeting isn't using chasecam (Fixes #924)

Nami i requested to merge namiishere/SRB2:overlay-fpcam into next

During P_RunOverlays, if the overlay's target is a shield and that shield's player isn't using chasecam, add MF2_DONTDRAW. Otherwise, remove it.

Before:

srb20008

After:

srb20009

Merge request reports