]> 4ch.mooo.com Git - 16.git/blobdiff - src/inputest.c
Merge branch 'master' of github.com:sparky4/16
[16.git] / src / inputest.c
index f67562b4320bfeac8041a6f46e4a6d7b8a70541f..199dc90b2c152d9f5e94e7e52da2bc07c04bf7c5 100755 (executable)
@@ -30,9 +30,9 @@ main(int argc, char *argv[])
        global_game_variables_t gvar;\r
        player_t player[MaxPlayers];\r
        //extern struct inconfig inpu;\r
-       testkeyin=0;\r
-       testcontrolnoisy=1;\r
-       testctrltype=1;\r
+       testkeyin=1;\r
+       testcontrolnoisy=0;\r
+       testctrltype=0;\r
        IN_Startup();\r
        IN_Default(0,&player,ctrl_Joystick1);\r
        //while(!IN_KeyDown(sc_Escape))\r
@@ -107,4 +107,5 @@ main(int argc, char *argv[])
        printf("version %s\n", VERSION);\r
        printf("testkeyin=%u\n", testkeyin);\r
        printf("testcontrolnoisy=%u\n", testcontrolnoisy);\r
+       printf("testctrltype=%u\n", testctrltype);\r
 }\r