Flip sign around

This might've meant it was still spawning sliptides when giving up after too much hot potato
This commit is contained in:
VelocitOni 2025-08-03 13:53:54 -04:00
parent 64592326ec
commit 1f14ac76bc

View file

@ -202,7 +202,7 @@ static void SpawnSPBSliptide(mobj_t *spb, SINT8 dir)
angle_t travelangle;
fixed_t sz = spb->floorz;
if ((spb_modetimer(spb) != SPB_HOTPOTATO) || (spb_swapcount(spb) > SPB_MAXSWAPS + 1)) // Tired of this thing whacking people when switching targets
if ((spb_modetimer(spb) != SPB_HOTPOTATO) || (spb_swapcount(spb) < SPB_MAXSWAPS + 1)) // Tired of this thing whacking people when switching targets
{
if (spb->eflags & MFE_VERTICALFLIP)
{