From: sparky4 Date: Wed, 10 Aug 2016 13:06:23 +0000 (-0500) Subject: forcing joystick to be used X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=b296acbcb5ad60ca860b13071450a135d9333845;p=16.git forcing joystick to be used --- diff --git a/src/inputest.c b/src/inputest.c index fc1fc4c1..4345a49c 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,7 +30,7 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=1; + testkeyin=0; testcontrolnoisy=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1);