Cancel pogo spring when bumping a wall

Prevents instances where you can use it to stick in one spot in Battle
This commit is contained in:
TehRealSalt 2018-10-31 03:07:33 -04:00
parent db731209e5
commit 20d86f01c7

View file

@ -3784,6 +3784,7 @@ void P_BouncePlayerMove(mobj_t *mo)
S_StartSound(mo, sfx_s3k49);
}
mo->player->kartstuff[k_pogospring] = 0; // Cancel pogo spring effect so you aren't shoved forward back into the wall you just bounced off
P_PlayerHitBounceLine(bestslideline);
mo->eflags |= MFE_JUSTBOUNCEDWALL;