X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=be6ac4a2a725284c1f958afa1ada71b7fd4b86e5;hb=c893d4ba14f47b7bbf91139cc4c701b6b80ca973;hp=62e2d8177b55a9fd0173487079b9f20bfc610eaa;hpb=5965823c934f177a5ef1cd30ae9ee5dda2a95154;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 62e2d817..be6ac4a2 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,8 +30,8 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=0; - testcontrolnoisy=1; + dbg_testkeyin=0; + dbg_testcontrolnoisy=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); IN_SetControlType(0,&player,ctrl_Joystick1); @@ -105,6 +105,6 @@ main(int argc, char *argv[]) //printf("%u\n", in.Keyboard[sc_Escape]); printf("inputest.exe "); printf("version %s\n", VERSION); - printf("testkeyin=%u\n", testkeyin); - printf("testcontrolnoisy=%u\n", testcontrolnoisy); + printf("testkeyin=%u\n", dbg_testkeyin); + printf("testcontrolnoisy=%u\n", dbg_testcontrolnoisy); }