mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-18 04:32:30 +00:00
Undo this
This commit is contained in:
parent
a5612109e0
commit
66bcfda3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -2666,7 +2666,7 @@ void V_DrawNameTag(INT32 x, INT32 y, INT32 option, UINT8 *basecolormap, UINT8 *o
|
|||
continue;
|
||||
}
|
||||
|
||||
w = (SHORT(nto_font[c]->width) + SHORT(ntb_font[c]->width)) * dupx;
|
||||
w = SHORT(ntb_font[c]->width)+4 * dupx;
|
||||
|
||||
if (cx > scrwidth)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue