From 853d93c2217c185cc589727daa02650a4704525a Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 2 Sep 2016 16:10:12 -0500 Subject: [PATCH] inputest reverted --- src/inputest.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2