mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fixed frozen input when leaving a server with active chat
This commit is contained in:
parent
5b5a5875b8
commit
f9f9249477
|
@ -34,6 +34,7 @@ void CChat::OnReset()
|
|||
m_aLines[i].m_aName[0] = 0;
|
||||
}
|
||||
|
||||
m_Mode = MODE_NONE;
|
||||
m_Show = false;
|
||||
m_InputUpdate = false;
|
||||
m_ChatStringOffset = 0;
|
||||
|
|
Loading…
Reference in a new issue