mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-26 17:46:38 -05:00
Remove UINT cast
This commit is contained in:
parent
a6f3acf5b7
commit
6c86503d35
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue