1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix more uninitialized variable (valgrind)

This commit is contained in:
Mathieu Schroeter 2017-02-12 17:52:29 +01:00
parent 7a7bf16ac9
commit d3d77efa14

View File

@ -1493,6 +1493,7 @@ CEvent::CEvent()
m_pDemoBuffer = nullptr;
m_demoTime = 0;
m_keymod = 0;
m_posHelpButton = {-1, -1};
for (i = 0 ; i < MAXBUTTON ; i++)
m_lastFloor[i] = 0;