From cffc3af45e46b3c930b608c2ff956af1762fa08d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 6 Jan 2020 18:49:15 +0000 Subject: [PATCH] Fix bad merge --- src/Input.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Input.cpp b/src/Input.cpp index 3ba7e5ca..ffdd1344 100644 --- a/src/Input.cpp +++ b/src/Input.cpp @@ -29,9 +29,6 @@ BOOL InitDirectInput(void) { SDL_InitSubSystem(SDL_INIT_JOYSTICK); - if (!HookAllDirectInputDevices()) - return FALSE; - return TRUE; }