mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
CGameClient::CClientData::Reset: Reset skin info
This commit is contained in:
parent
f396056425
commit
7e95d4be22
|
@ -2211,6 +2211,8 @@ void CGameClient::CClientData::Reset()
|
||||||
m_aName[0] = 0;
|
m_aName[0] = 0;
|
||||||
m_aClan[0] = 0;
|
m_aClan[0] = 0;
|
||||||
m_Country = -1;
|
m_Country = -1;
|
||||||
|
m_aSkinName[0] = '\0';
|
||||||
|
m_SkinColor = 0;
|
||||||
m_Team = 0;
|
m_Team = 0;
|
||||||
m_Angle = 0;
|
m_Angle = 0;
|
||||||
m_Emoticon = 0;
|
m_Emoticon = 0;
|
||||||
|
|
Loading…
Reference in a new issue