From 16a20092b0b61b77e71a778e1a8fde216a9f8448 Mon Sep 17 00:00:00 2001 From: Severin Meyer Date: Mon, 29 Dec 2014 04:01:58 +0100 Subject: [PATCH] Remove spaces between chat continuation ellipsis, add leading space instead --- console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.c b/console.c index 824e3aa0..1f5b30d9 100644 --- a/console.c +++ b/console.c @@ -1823,7 +1823,7 @@ void Con_DrawNotify (void) if(numChatlines) { - Con_DrawNotifyRect(CON_MASK_CHAT, CON_MASK_INPUT, con_chattime.value, x, v, vid_conwidth.value * con_chatwidth.value, height, con_chatsize.value, 0.0, 1.0, "^3. . . "); + Con_DrawNotifyRect(CON_MASK_CHAT, CON_MASK_INPUT, con_chattime.value, x, v, vid_conwidth.value * con_chatwidth.value, height, con_chatsize.value, 0.0, 1.0, "^3 ... "); v += height; } if (key_dest == key_message) -- 2.39.2