mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
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:
commit
8477dcb1f9
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:
|
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))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue