Fix emotes being slightly offset in chat log

This commit is contained in:
Indev 2025-12-02 00:02:55 +03:00 committed by NepDisk
parent 851ca0b262
commit 3876792a51

View file

@ -1589,7 +1589,7 @@ static void HU_drawChatLog(INT32 offset)
{
if ((y+dy+2 >= chat_topy) && (y+dy < (chat_bottomy)))
{
M_DrawEmote(x+dx+2, y+dy, emote, V_SNAPTOBOTTOM|V_SNAPTOLEFT);
M_DrawEmote(x+dx+2, y+dy+1, emote, V_SNAPTOBOTTOM|V_SNAPTOLEFT);
dx += EMOTEWIDTH - charwidth;
}
j += emotelen;