mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Remove UINT cast
This commit is contained in:
parent
a6f3acf5b7
commit
6c86503d35
@ -24,7 +24,7 @@ LegoInputManager::LegoInputManager()
|
||||
m_directInputDevice = NULL;
|
||||
m_unk0x94 = 0;
|
||||
m_unk0x195 = 0;
|
||||
m_joyid = (UINT) -1;
|
||||
m_joyid = -1;
|
||||
m_joystickIndex = -1;
|
||||
m_useJoystick = FALSE;
|
||||
m_unk0x335 = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user