Skip to content

Commit

Permalink
CGameClient::CClientData::Reset: Reset skin info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Dec 26, 2023
1 parent f396056 commit 7e95d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/client/gameclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,8 @@ void CGameClient::CClientData::Reset()
m_aName[0] = 0;
m_aClan[0] = 0;
m_Country = -1;
m_aSkinName[0] = '\0';
m_SkinColor = 0;
m_Team = 0;
m_Angle = 0;
m_Emoticon = 0;
Expand Down

0 comments on commit 7e95d4b

Please sign in to comment.