Skip to content

Commit

Permalink
SBAR: small update
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-qw committed Mar 11, 2024
1 parent 5df31ba commit f0d6baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ static void Sbar_DeathmatchOverlay(int start)
{
// can't track self so set to null
// otherwise get player number
tr = (k == mynum) ? NULL : &cl.players[Sbar_PlayerNum()];
tr = (k == mynum) ? NULL : &cl.players[Cam_TrackNum()];
}
else
{
Expand Down

0 comments on commit f0d6baf

Please sign in to comment.