]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
seriously i want sound!!! bakapee!
[16.git] / src / lib / 16_in.c
index 687ec6499eb111009bd25526645d399881b459a6..b2f31362237cef18f3baccae94ddf4c3745861f1 100644 (file)
@@ -1208,8 +1208,10 @@ void IN_ClearKey(byte code)
        }\r
 \r
 boolean IN_qb(byte kee)\r
-{\r
-       printf("%u\n", inpu.Keyboard[kee]);\r
+{
+       #ifdef TESTKEYIN\r
+       printf("%u\n", inpu.Keyboard[kee]);
+       #endif\r
        if(inpu.Keyboard[kee]==true) return 1;\r
        else return 0;\r
 }\r