no HOLD! bubble on fast transfer fall

BONUS: remove unused variable that the compiler complained about

# Conflicts:
#	src/k_kart.c
This commit is contained in:
eebrozgi 2025-07-03 15:42:07 +03:00 committed by VelocitOni
parent 911634773a
commit 9d395396db

View file

@ -12912,7 +12912,8 @@ void K_KartEbrakeVisuals(player_t *p)
mobj_t *spdl;
fixed_t sx, sy;
if (K_PlayerEBrake(p) == true)
// Don't show the bubble visual if you're fast transfer falling
if (K_PlayerEBrake(p) == true && !p->transfer)
{
if (p->ebrakefor % 20 == 0)
{