diff options
| author | oy <Tom_Adams@web.de> | 2011-04-01 17:46:20 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-01 17:46:20 +0200 |
| commit | d7b6c3543b7368d9cab71f794ba9b653d6ed8edf (patch) | |
| tree | bf47205607278fcbdb12ec660843376222f51649 /src/game/server | |
| parent | 62884920d3c361d253a84687f9e46d5ab7c5beb1 (diff) | |
| download | zcatch-d7b6c3543b7368d9cab71f794ba9b653d6ed8edf.tar.gz zcatch-d7b6c3543b7368d9cab71f794ba9b653d6ed8edf.zip | |
fixed a compiler warning. Closes #565
Diffstat (limited to 'src/game/server')
| -rw-r--r-- | src/game/server/gamecontext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index 704dd5a4..a57cb00f 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -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 = ""; |