mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix potential crash with dummy
This commit is contained in:
parent
b810075308
commit
d2623bbb05
|
@ -308,8 +308,8 @@ CClient::CClient() : m_DemoPlayer(&m_SnapshotDelta), m_DemoRecorder(&m_SnapshotD
|
|||
m_CurrentInput = 0;
|
||||
m_LastDummy = 0;
|
||||
m_LastDummy2 = 0;
|
||||
m_LocalIDs[0] = -1;
|
||||
m_LocalIDs[1] = -1;
|
||||
m_LocalIDs[0] = 0;
|
||||
m_LocalIDs[1] = 0;
|
||||
m_Fire = 0;
|
||||
|
||||
mem_zero(&HammerInput, sizeof(HammerInput));
|
||||
|
|
Loading…
Reference in a new issue