Only draw control hints for yourself, stupid

This commit is contained in:
Antonio Martinez 2025-07-06 23:11:29 -04:00
parent 96ea65d4e8
commit 47c3439d21

View file

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