From: sparky4 Date: Thu, 10 Mar 2016 22:23:01 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=50ed42df635ea472c5abe1a9192729e75b7bfc9b wwww --- diff --git a/16.exe b/16.exe index abf255e7..b7898827 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index b59758f8..aa6b4b6e 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 2a327e43..8e844cf4 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index f436cea9..57193335 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 02f8aa1b..def5aef1 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 08509c73..4cb8cb53 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 0d90a8be..3a0aa157 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index c0c54c48..55c9a186 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 15fc7d8c..8803c115 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index c1218f01..ad84677a 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/scroll.exe b/scroll.exe index bafad09f..3f97b397 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/inputest.c b/src/inputest.c index 81f55876..f336695a 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,7 +30,7 @@ main(int argc, char *argv[]) player_t player[MaxPlayers]; //extern struct inconfig inpu; testkeyin=1; - testcontrolnoisy=1; + testcontrolnoisy=0; IN_Startup(); IN_Default(0,&player,ctrl_Joystick); //while(!IN_KeyDown(sc_Escape)) diff --git a/src/lib/16_in.c b/src/lib/16_in.c index 2fa52899..cc67511d 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=1,testcontrolnoisy=0; +word testkeyin=0,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; diff --git a/test.exe b/test.exe index cbcf9d89..051c420f 100755 Binary files a/test.exe and b/test.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index d5506fe6..9408ca64 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ