diff options
| author | SushiTee <weichel.sascha@xxx.xx> | 2012-01-26 22:18:21 +0100 |
|---|---|---|
| committer | SushiTee <weichel.sascha@xxx.xx> | 2012-01-26 22:18:21 +0100 |
| commit | e359f82c697abdb10d199be96402aec1107ec801 (patch) | |
| tree | 810f22e6c85e0b22161fc6b821ada811e65fcbaa /src | |
| parent | 4b2a34e1c5885c332f6e8299f9822aef8ae8f766 (diff) | |
| download | zcatch-e359f82c697abdb10d199be96402aec1107ec801.tar.gz zcatch-e359f82c697abdb10d199be96402aec1107ec801.zip | |
init m_LockTeams with 0 to prevent locked teams on server start
Diffstat (limited to 'src')
| -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 96f981a6..5d2f22b8 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -33,6 +33,7 @@ void CGameContext::Construct(int Resetting) m_pVoteOptionFirst = 0; m_pVoteOptionLast = 0; m_NumVoteOptions = 0; + m_LockTeams = 0; if(Resetting==NO_RESET) m_pVoteOptionHeap = new CHeap(); |