mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Undo this
This commit is contained in:
parent
25971de368
commit
cb228c4938
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…
Reference in a new issue