mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Merge pull request #8057 from Robyt3/Skin-Trunc-Crash-Fix
Fix client crash due to truncated skin name
This commit is contained in:
commit
b031b7bdaa
|
@ -6,7 +6,7 @@ class CTeeInfo
|
|||
public:
|
||||
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_ColorBody = 0;
|
||||
int m_ColorFeet = 0;
|
||||
|
|
Loading…
Reference in a new issue