Undo this

This commit is contained in:
Steel Titanium 2019-10-13 20:12:28 -04:00
parent 25971de368
commit cb228c4938
No known key found for this signature in database
GPG key ID: 924BA411F18DFDBE

View file

@ -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;