mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Remove UINT cast
This commit is contained in:
@@ -24,7 +24,7 @@ LegoInputManager::LegoInputManager()
|
|||||||
m_directInputDevice = NULL;
|
m_directInputDevice = NULL;
|
||||||
m_unk0x94 = 0;
|
m_unk0x94 = 0;
|
||||||
m_unk0x195 = 0;
|
m_unk0x195 = 0;
|
||||||
m_joyid = (UINT) -1;
|
m_joyid = -1;
|
||||||
m_joystickIndex = -1;
|
m_joystickIndex = -1;
|
||||||
m_useJoystick = FALSE;
|
m_useJoystick = FALSE;
|
||||||
m_unk0x335 = 0;
|
m_unk0x335 = 0;
|
||||||
|
Reference in New Issue
Block a user