]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
wwww
[16.git] / src / lib / 16_in.c
index 2fa528996eb2388320fda8994f406132bdd6b21c..cc67511d62015bd16638f3ff825663d5337ac6b0 100755 (executable)
@@ -38,7 +38,7 @@
 \r
 #include "src/lib/16_in.h"\r
 \r
-word testkeyin=1,testcontrolnoisy=0;\r
+word testkeyin=0,testcontrolnoisy=0;\r
 \r
 /*\r
 =============================================================================\r
@@ -1215,7 +1215,7 @@ void IN_ClearKey(byte code)
 boolean IN_qb(byte kee)\r
 {\r
 //#ifdef TESTKEYIN\r
-//     if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]);\r
+       if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]);\r
 //#endif\r
        if(inpu.Keyboard[kee]==true) return 1;\r
        else return 0;\r