X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.c;h=b2f31362237cef18f3baccae94ddf4c3745861f1;hb=1287746074527ec8af4c6ca515802e5a72d0ef05;hp=687ec6499eb111009bd25526645d399881b459a6;hpb=055b44b4ebaf07920e351c7e29c1215f0602d024;p=16.git diff --git a/src/lib/16_in.c b/src/lib/16_in.c index 687ec649..b2f31362 100644 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -1208,8 +1208,10 @@ void IN_ClearKey(byte code) } boolean IN_qb(byte kee) -{ - printf("%u\n", inpu.Keyboard[kee]); +{ + #ifdef TESTKEYIN + printf("%u\n", inpu.Keyboard[kee]); + #endif if(inpu.Keyboard[kee]==true) return 1; else return 0; }