X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=4345a49c81eb780435b46c0335c8e550fb32ec4f;hb=15c4985e821547d22377f80743431dc5e24892c2;hp=199dc90b2c152d9f5e94e7e52da2bc07c04bf7c5;hpb=5c70a0f11da0d9e7970cc0728c058545092050c8;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 199dc90b..4345a49c 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -30,9 +30,8 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=1; - testcontrolnoisy=0; - testctrltype=0; + testkeyin=0; + testcontrolnoisy=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) @@ -107,5 +106,4 @@ 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); }