mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
fixed client crash in debug
This commit is contained in:
parent
9e5ead2fbd
commit
34132ce244
|
@ -12,6 +12,7 @@
|
||||||
CFriends::CFriends()
|
CFriends::CFriends()
|
||||||
{
|
{
|
||||||
mem_zero(m_aFriends, sizeof(m_aFriends));
|
mem_zero(m_aFriends, sizeof(m_aFriends));
|
||||||
|
m_NumFriends = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFriends::ConAddFriend(IConsole::IResult *pResult, void *pUserData)
|
void CFriends::ConAddFriend(IConsole::IResult *pResult, void *pUserData)
|
||||||
|
|
Loading…
Reference in a new issue