mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Initialize bool members with FALSE
This commit is contained in:

committed by
GitHub

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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user