mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Only draw control hints for yourself, stupid
This commit is contained in:
parent
96ea65d4e8
commit
47c3439d21
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue