mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
Initialize bool members with FALSE
This commit is contained in:
parent
6c86503d35
commit
f9cd17e3dc
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue