From: sparky4 Date: Fri, 2 Sep 2016 21:10:12 +0000 (-0500) Subject: inputest reverted X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=853d93c2217c185cc589727daa02650a4704525a;hp=99a26d0249673d4c212ddafd7a2083c966e85395;p=16.git inputest reverted --- diff --git a/src/inputest.c b/src/inputest.c index a813d63b..62e2d817 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,11 +30,11 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=1; - testcontrolnoisy=0; + testkeyin=0; + testcontrolnoisy=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); - //IN_SetControlType(0,&player,ctrl_Joystick1); + IN_SetControlType(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) player[0].q=1; player[0].d=2;