mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Initialize m_pClipboardText
This commit is contained in:
parent
c5db3ef5f4
commit
bd2b61f0e5
|
@ -43,6 +43,7 @@ CInput::CInput()
|
||||||
m_NumEvents = 0;
|
m_NumEvents = 0;
|
||||||
|
|
||||||
m_VideoRestartNeeded = 0;
|
m_VideoRestartNeeded = 0;
|
||||||
|
m_pClipboardText = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CInput::Init()
|
void CInput::Init()
|
||||||
|
|
Loading…
Reference in a new issue