shithub: cstory

Download patch

ref: cffc3af45e46b3c930b608c2ff956af1762fa08d
parent: 59c4f0e18335ad7536d2a48c6a79f988960310f2
author: Clownacy <[email protected]>
date: Mon Jan 6 13:49:15 EST 2020

Fix bad merge

--- a/src/Input.cpp
+++ b/src/Input.cpp
@@ -29,9 +29,6 @@
 {
 	SDL_InitSubSystem(SDL_INIT_JOYSTICK);
 
-	if (!HookAllDirectInputDevices())
-		return FALSE;
-
 	return TRUE;
 }