mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix client crash due to truncated skin name
This commit is contained in:
parent
885ae7ecae
commit
6b3e16ea82
|
@ -6,7 +6,7 @@ class CTeeInfo
|
||||||
public:
|
public:
|
||||||
constexpr static const float ms_DarkestLGT7 = 61 / 255.0f;
|
constexpr static const float ms_DarkestLGT7 = 61 / 255.0f;
|
||||||
|
|
||||||
char m_aSkinName[64] = {'\0'};
|
char m_aSkinName[24] = {'\0'};
|
||||||
int m_UseCustomColor = 0;
|
int m_UseCustomColor = 0;
|
||||||
int m_ColorBody = 0;
|
int m_ColorBody = 0;
|
||||||
int m_ColorFeet = 0;
|
int m_ColorFeet = 0;
|
||||||
|
|
Loading…
Reference in a new issue