mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove heart from on reset messages. Fixes #710
This commit is contained in:
parent
bffb989a11
commit
9d0e054a06
|
@ -37,6 +37,7 @@ void CChat::OnReset()
|
|||
m_aLines[i].m_Time = 0;
|
||||
m_aLines[i].m_aText[0] = 0;
|
||||
m_aLines[i].m_aName[0] = 0;
|
||||
m_aLines[i].m_Friend = false;
|
||||
}
|
||||
|
||||
m_ReverseTAB = false;
|
||||
|
|
Loading…
Reference in a new issue