]> 4ch.mooo.com Git - 16.git/blobdiff - src/inputest.c
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / src / inputest.c
index 65fafd87e63b68a11a067faf0a7486e8f3757774..8d76a7fca3e82ffeb64e63b5b2a222bf2a5b0053 100755 (executable)
@@ -29,9 +29,10 @@ void
 main(int argc, char *argv[])\r
 {\r
        static global_game_variables_t gvar;\r
-       //extern struct inconfig inpu;\r
+#ifdef __DEBUG_InputMgr__\r
        dbg_testkeyin=0;\r
        dbg_testcontrolnoisy=1;\r
+#endif\r
        start_timer(&gvar);\r
        //Startup16(&gvar);\r
        IN_Startup(&gvar);\r
@@ -108,6 +109,8 @@ ctrl_Keyboard1);
        //printf("%u\n", in.Keyboard[sc_Escape]);\r
        printf("inputest.exe ");\r
        printf("version %s\n", VERSION);\r
+#ifdef __DEBUG_InputMgr__\r
        printf("testkeyin=%u\n", dbg_testkeyin);\r
        printf("testcontrolnoisy=%u\n", dbg_testcontrolnoisy);\r
+#endif\r
 }\r