fixed frozen input when leaving a server with active chat

This commit is contained in:
oy 2015-07-26 23:25:24 +02:00
parent 5b5a5875b8
commit f9f9249477

View file

@ -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;