X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=199dc90b2c152d9f5e94e7e52da2bc07c04bf7c5;hb=d31b48962de4f4384cca54f92db59ccc0bb06fbc;hp=f5a9e8526b1bb685fb16b4201bcb6b3ab629a5c8;hpb=623ca4b01f2db170c2273d5bc9c538be78d16c4c;p=16.git diff --git a/src/inputest.c b/src/inputest.c index f5a9e852..199dc90b 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,10 +30,11 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=0; - testcontrolnoisy=1; + testkeyin=1; + testcontrolnoisy=0; + testctrltype=0; IN_Startup(); - IN_Default(0,&player,ctrl_Joystick); + IN_Default(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) player[0].q=1; player[0].d=2; @@ -106,4 +107,5 @@ main(int argc, char *argv[]) printf("version %s\n", VERSION); printf("testkeyin=%u\n", testkeyin); printf("testcontrolnoisy=%u\n", testcontrolnoisy); + printf("testctrltype=%u\n", testctrltype); }