From cb228c49380c2f29a69ff3d39bb784d452e305fd Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Sun, 13 Oct 2019 20:12:28 -0400
Subject: [PATCH] Undo this

---
 src/v_video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/v_video.c b/src/v_video.c
index dd72cb65f5..854224bd53 100644
--- a/src/v_video.c
+++ b/src/v_video.c
@@ -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;
-- 
GitLab