mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +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_joystickIndex = -1;
|
||||
m_useJoystick = FALSE;
|
||||
m_unk0x335 = 0;
|
||||
m_unk0x336 = 0;
|
||||
m_unk0x335 = FALSE;
|
||||
m_unk0x336 = FALSE;
|
||||
m_unk0x74 = 0x19;
|
||||
m_timeout = 1000;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user