mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +00:00
Show lagless for all the host's splitscreen players
This commit is contained in:
parent
f9b5f71171
commit
ea8fd7348f
2 changed files with 2 additions and 2 deletions
|
|
@ -8406,7 +8406,7 @@ void HU_DrawTabRankings(INT32 x, INT32 y, playersort_t *tab, INT32 scorelines, I
|
||||||
|
|
||||||
y2 = y;
|
y2 = y;
|
||||||
|
|
||||||
if (tab[i].num == 0 && server_lagless)
|
if (playerconsole[tab[i].num] == 0 && server_lagless)
|
||||||
{
|
{
|
||||||
y2 = ( y - 4 );
|
y2 = ( y - 4 );
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -495,7 +495,7 @@ void Y_IntermissionDrawer(void)
|
||||||
|
|
||||||
y2 = y;
|
y2 = y;
|
||||||
|
|
||||||
if (data.match.num[i] == 0 && server_lagless)
|
if (playerconsole[data.match.num[i]] == 0 && server_lagless)
|
||||||
{
|
{
|
||||||
static int alagles_timer = 0;
|
static int alagles_timer = 0;
|
||||||
patch_t *alagles;
|
patch_t *alagles;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue