mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed a compiler warning. Closes #565
This commit is contained in:
parent
62884920d3
commit
d7b6c3543b
|
@ -832,6 +832,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
|
|||
|
||||
CNetMsg_Sv_VoteOptionListAdd OptionMsg;
|
||||
int NumOptions = 0;
|
||||
OptionMsg.m_pDescription0 = "";
|
||||
OptionMsg.m_pDescription1 = "";
|
||||
OptionMsg.m_pDescription2 = "";
|
||||
OptionMsg.m_pDescription3 = "";
|
||||
|
|
Loading…
Reference in a new issue