X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.c;h=2fa528996eb2388320fda8994f406132bdd6b21c;hb=482dcb216b9068878dbfcf8265d9b7fd2cdc82a2;hp=84804f6cb9e1cda1338dbc19b63daa3bb6a85a83;hpb=75a35fd2843da7105acc7eee68674131431d0ccb;p=16.git diff --git a/src/lib/16_in.c b/src/lib/16_in.c index 84804f6c..2fa52899 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -38,6 +38,8 @@ #include "src/lib/16_in.h" +word testkeyin=1,testcontrolnoisy=0; + /* ============================================================================= @@ -1213,7 +1215,7 @@ void IN_ClearKey(byte code) boolean IN_qb(byte kee) { //#ifdef TESTKEYIN - if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]); +// if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]); //#endif if(inpu.Keyboard[kee]==true) return 1; else return 0;