From c00849f8076e0b885de1a35bfbff297c388f908c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 10 Aug 2016 08:01:15 -0500 Subject: [PATCH] forcing joystick to be used --- src/lib/16_in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/16_in.c b/src/lib/16_in.c index 22b135d1..8c02939b 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -680,7 +680,7 @@ IN_Default(boolean gotit,player_t *player,ControlType nt) || ((nt == ctrl_Joystick2) && !inpu.JoysPresent[1]) || ((nt == ctrl_Mouse) && !inpu.MousePresent) ) - nt = ctrl_Keyboard1; + nt = ctrl_Keyboard1; nt = ctrl_Joystick1;//temp inpu.KbdDefs[0].button0 = 0x1c; inpu.KbdDefs[0].button1 = 0x38; //in.KbdDefs[0].upleft = 0x47; -- 2.39.5