mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Initialize variable in the demo recorder
This commit is contained in:
parent
e3f2316106
commit
305a67d492
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue