]> 4ch.mooo.com Git - 16.git/blobdiff - src/inputest.c
wwww
[16.git] / src / inputest.c
index f5a9e8526b1bb685fb16b4201bcb6b3ab629a5c8..edd86d62c7cbc968126892393132fdbfdb066733 100755 (executable)
@@ -32,8 +32,9 @@ main(int argc, char *argv[])
        //extern struct inconfig inpu;\r
        testkeyin=0;\r
        testcontrolnoisy=1;\r
+       testctrltype=1;\r
        IN_Startup();\r
-       IN_Default(0,&player,ctrl_Joystick);\r
+       IN_Default(0,&player,ctrl_Joystick1);\r
        //while(!IN_KeyDown(sc_Escape))\r
        player[0].q=1;\r
        player[0].d=2;\r
@@ -106,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