Initialize variable in the demo recorder

This commit is contained in:
heinrich5991 2017-02-28 17:16:22 +01:00
parent e3f2316106
commit 305a67d492

View file

@ -25,6 +25,8 @@ static const int gs_NumMarkersOffset = 176;
CDemoRecorder::CDemoRecorder(class CSnapshotDelta *pSnapshotDelta, bool DelayedMapData)
{
m_File = 0;
m_pfnFilter = 0;
m_pUser = 0;
m_LastTickMarker = -1;
m_pSnapshotDelta = pSnapshotDelta;
m_DelayedMapData = DelayedMapData;