mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #7067 from Marmare314/vscpp-issue
fix CScorePlayerResult for visual c++ compiler
This commit is contained in:
commit
5ba1834eed
|
@ -56,7 +56,7 @@ struct CScorePlayerResult : ISqlResult
|
|||
char m_aServer[32 + 1];
|
||||
char m_aMap[MAX_MAP_LENGTH + 1];
|
||||
} m_MapVote;
|
||||
} m_Data; // PLAYER_INFO
|
||||
} m_Data = {}; // PLAYER_INFO
|
||||
|
||||
void SetVariant(Variant v);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue