mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Revert "HUD: draw tally of party member, not whoever may being spectated"
This reverts commit dfd43014c6.
This commit is contained in:
parent
4e2373cdc0
commit
6bf9f994b5
1 changed files with 1 additions and 3 deletions
|
|
@ -34,7 +34,6 @@
|
|||
#include "s_sound.h"
|
||||
#include "st_stuff.h"
|
||||
#include "r_fps.h"
|
||||
#include "g_party.h"
|
||||
|
||||
boolean level_tally_t::UseBonuses(void)
|
||||
{
|
||||
|
|
@ -1384,8 +1383,7 @@ void K_TickPlayerTally(player_t *player)
|
|||
|
||||
void K_DrawPlayerTally(void)
|
||||
{
|
||||
// Draw the observer player's tally, not whoever they may be spectating
|
||||
players[G_PartyMember(consoleplayer, R_GetViewNumber())].tally.Draw();
|
||||
stplyr->tally.Draw();
|
||||
}
|
||||
|
||||
boolean K_PlayerTallyActive(player_t *player)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue