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:
parent
7a7bf16ac9
commit
d3d77efa14
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user