mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-02 09:21:29 +00:00
Fix visual error related to moving the cursor on multi-line messages.
This commit is contained in:
parent
05456a4a0f
commit
ed3b69ff7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1565,7 +1565,7 @@ static void HU_DrawChat(void)
|
|||
if (hu_tick < 4)
|
||||
V_DrawChatCharacter(cursorx, cursory+1, '_' |V_SNAPTOBOTTOM|V_SNAPTOLEFT|t, !cv_allcaps.value, NULL);
|
||||
|
||||
if (cursorx == chatx+1) // a weirdo hack
|
||||
if (cursorx == chatx+1 && strlen(w_chat) == i) // a weirdo hack
|
||||
{
|
||||
typelines += 1;
|
||||
skippedline = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue