From: sparky4 Date: Wed, 10 Aug 2016 13:01:15 +0000 (-0500) Subject: forcing joystick to be used X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c00849f8076e0b885de1a35bfbff297c388f908c;p=16.git forcing joystick to be used --- 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;