Merge branch 'fix-splitscreen-drop' into 'master'

Only draw control hints for yourself, stupid

Closes #1602

See merge request kart-krew-dev/ring-racers-internal!2674
This commit is contained in:
Oni VelocitOni 2025-07-07 06:51:09 +00:00
commit 8477dcb1f9

View file

@ -462,7 +462,7 @@ std::optional<TargetTracking::Tooltip> object_tooltip(const mobj_t* mobj)
case MT_PLAYER: case MT_PLAYER:
{ {
if (stplyr->fastfall == 0 && K_CanSuperTransfer(stplyr)) if (mobj->player == stplyr && stplyr->fastfall == 0 && K_CanSuperTransfer(stplyr))
return Tooltip( return Tooltip(
TextElement( TextElement(
TextElement().parse("<c_animated>").font(splitfont)) TextElement().parse("<c_animated>").font(splitfont))