From: sparky4 Date: Fri, 20 Nov 2015 20:18:33 +0000 (-0600) Subject: IT WORKS!!!! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=1283a77d97ded3c0b1f0522b27af9d11da672f52;hp=ac2f128db37bf5c15317729125421c4227ae7e3e;p=16.git IT WORKS!!!! --- diff --git a/16.exe b/16.exe index 7e896d6e..b47a2787 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 12a74bea..97f9d78d 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 28b029dc..4829fa9c 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index c88212ab..d9b9f58e 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 577a02f4..b1625d10 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index c59b86a5..49665497 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 09cb3893..10c2b1bd 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index 648302a2..0eb8d216 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index a357fa6f..0dc57a5d 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index 1ced8d49..f181ea5d 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 0ae58ea1..41dd8f1e 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 464b77b3..f969c477 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/16_in.c b/src/lib/16_in.c index bb11c095..84804f6c 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -849,17 +849,18 @@ register KeyboardDef *def; mx = motion_Left,my = motion_Down; else if (Keyboard[def->downright]) mx = motion_Right,my = motion_Down;*/ - //if(!inpu.Keyboard[def->left] && !inpu.Keyboard[def->right]){ + if(!inpu.Keyboard[def->left] && !inpu.Keyboard[def->right]){ if((inpu.Keyboard[def->up] && !inpu.Keyboard[def->down] && player[playnum].d == 2))// || player[playnum].info.dir == 0) my = motion_Up; if((inpu.Keyboard[def->down] && !inpu.Keyboard[def->up] && player[playnum].d == 2))// || player[playnum].info.dir == 4) my = motion_Down; - //}else if(!inpu.Keyboard[def->up] && !inpu.Keyboard[def->down]){ + }else if(!inpu.Keyboard[def->up] && !inpu.Keyboard[def->down]){ if((inpu.Keyboard[def->left] && !inpu.Keyboard[def->right] && player[playnum].d == 2))// || player[playnum].info.dir == 1) mx = motion_Left; if((inpu.Keyboard[def->right] && !inpu.Keyboard[def->left] && player[playnum].d == 2))// || player[playnum].info.dir == 3) mx = motion_Right; - //} + } + //input from player if (inpu.Keyboard[def->button0]) buttons += 1 << 0; if (inpu.Keyboard[def->button1]) diff --git a/test.exe b/test.exe index 6beb57a4..e56b124c 100755 Binary files a/test.exe and b/test.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 892afa7e..a0932794 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ