X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=bf0755e7a300c20f2dbd3ca0b43248c4677ec1b2;hb=34abe02e0e49c2b73912babf54fc63b5cdc56284;hp=183dbb245855b6569ceb8c282abfd49c04d72719;hpb=03ca86f3098c71ab03a9b4fd45959d109158c6b1;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 183dbb24..bf0755e7 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -29,7 +29,7 @@ #include #include "src/lib/16_head.h" -#include "src/lib/timer.h" +#include "src/lib/16_timer.h" #include "src/lib/bitmap.h" #include "src/lib/planar.h" @@ -47,8 +47,8 @@ extern byte testkeyin,testcontrolnoisy; //if else for gfxtesting and direction //player[pn].d == 2 || //player[pn].d != 2 || -#define DIRECTIONIFELSEGFXTEST (player[pn].info.dir == 2) -#define NDIRECTIONIFELSEGFXTEST (player[pn].info.dir != 2) +#define DIRECTIONIFELSE (player[pn].info.dir == 2) +//#define NDIRECTIONIFELSE (player[pn].info.dir != 2) #define KeyInt 9 // The keyboard ISR number