Remove UINT cast

This commit is contained in:
Christian Semmler 2023-10-03 14:02:50 -04:00
parent a6f3acf5b7
commit 6c86503d35
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -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;