X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.c;h=2fa528996eb2388320fda8994f406132bdd6b21c;hb=482dcb216b9068878dbfcf8265d9b7fd2cdc82a2;hp=cc67511d62015bd16638f3ff825663d5337ac6b0;hpb=05927c200c772fbae9ae1a0db9930f65b0f75c85;p=16.git diff --git a/src/lib/16_in.c b/src/lib/16_in.c index cc67511d..2fa52899 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -38,7 +38,7 @@ #include "src/lib/16_in.h" -word testkeyin=0,testcontrolnoisy=0; +word testkeyin=1,testcontrolnoisy=0; /* ============================================================================= @@ -1215,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;