X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=a573d54a8e769cf0d86fde5781dd2506a723f3a9;hb=704ec571885c6255ead65280428ad72510cfe218;hp=62e2d8177b55a9fd0173487079b9f20bfc610eaa;hpb=631d2bde47de81ead5300f7aca378447387f254c;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 62e2d817..a573d54a 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=1; + 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); }