From 9cf4facd05a07c457d41624390965c801fe4d325 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 31 Jul 2011 17:07:10 +0200 Subject: [PATCH] fixed a client crash in debug. Closes #806 --- src/engine/client/client.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.4.GIT