mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HUD: fix packet loss indicator offset for Brazil
This commit is contained in:
parent
e0c33596e8
commit
1bf2b9a7db
1 changed files with 2 additions and 2 deletions
|
|
@ -2251,8 +2251,8 @@ void HU_drawPing(fixed_t x, fixed_t y, UINT32 lag, UINT32 pl, INT32 flags, boole
|
|||
if (pl)
|
||||
{
|
||||
V_DrawFill(
|
||||
x/FRACUNIT + 2 - 1,
|
||||
y/FRACUNIT - 1,
|
||||
-pinggfx[gfxnum]->leftoffset + x/FRACUNIT + 2 - 1,
|
||||
-pinggfx[gfxnum]->topoffset + y/FRACUNIT - 1,
|
||||
pinggfx[gfxnum]->width + 2,
|
||||
pinggfx[gfxnum]->height + 2,
|
||||
PL_gfx_color(pl) | flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue