mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
Initialize bool members with FALSE
This commit is contained in:
parent
6c86503d35
commit
f9cd17e3dc
@ -27,8 +27,8 @@ LegoInputManager::LegoInputManager()
|
|||||||
m_joyid = -1;
|
m_joyid = -1;
|
||||||
m_joystickIndex = -1;
|
m_joystickIndex = -1;
|
||||||
m_useJoystick = FALSE;
|
m_useJoystick = FALSE;
|
||||||
m_unk0x335 = 0;
|
m_unk0x335 = FALSE;
|
||||||
m_unk0x336 = 0;
|
m_unk0x336 = FALSE;
|
||||||
m_unk0x74 = 0x19;
|
m_unk0x74 = 0x19;
|
||||||
m_timeout = 1000;
|
m_timeout = 1000;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user