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