fixed a compiler warning. Closes #565

This commit is contained in:
oy 2011-04-01 17:46:20 +02:00
parent 62884920d3
commit d7b6c3543b

View file

@ -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 = "";