diff options
| author | oy <Tom_Adams@web.de> | 2011-07-31 17:07:10 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-31 17:07:10 +0200 |
| commit | 9cf4facd05a07c457d41624390965c801fe4d325 (patch) | |
| tree | 3f20bb298f2f633f756f700711ddbee589500f73 /src | |
| parent | 3209aec45f61a16423c02545b8b4e34eb6324b60 (diff) | |
| download | zcatch-9cf4facd05a07c457d41624390965c801fe4d325.tar.gz zcatch-9cf4facd05a07c457d41624390965c801fe4d325.zip | |
fixed a client crash in debug. Closes #806
Diffstat (limited to 'src')
| -rw-r--r-- | src/engine/client/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 3d1a5a23..c8bcc83b 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -289,6 +289,7 @@ CClient::CClient() : m_DemoPlayer(&m_SnapshotDelta), m_DemoRecorder(&m_SnapshotD m_aServerAddressStr[0] = 0; mem_zero(m_aSnapshots, sizeof(m_aSnapshots)); + m_SnapshotStorage.Init(); m_RecivedSnapshots = 0; m_VersionInfo.m_State = CVersionInfo::STATE_INIT; |