Fix bad merge

This commit is contained in:
Clownacy 2020-01-06 18:49:15 +00:00
parent 59c4f0e183
commit cffc3af45e

View file

@ -29,9 +29,6 @@ BOOL InitDirectInput(void)
{ {
SDL_InitSubSystem(SDL_INIT_JOYSTICK); SDL_InitSubSystem(SDL_INIT_JOYSTICK);
if (!HookAllDirectInputDevices())
return FALSE;
return TRUE; return TRUE;
} }