X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fxcroll.c;h=e72af2ff57843ff44f993a0c46b8a9011c830c9c;hb=5c3da8981be76348ea34711b6297c0d2d3ed19ab;hp=a73430af638dd49c16bd0104b838c3cdb9e31b90;hpb=48a59b737b260f4ae17210137c19486d1cc42eb3;p=16.git diff --git a/src/xcroll.c b/src/xcroll.c index a73430af..e72af2ff 100755 --- a/src/xcroll.c +++ b/src/xcroll.c @@ -22,19 +22,15 @@ #include "src/lib/scroll16.h" #include "src/lib/16_timer.h" -//#include "src/lib/16_dbg.h" +#include "src/lib/16_dbg.h" //#define FADE //#define NOMAPLOAD //#define OLDPLAYERSPRITESTUFF -#define XC_CTRLTYPE ctrl_Keyboard -//Mouse +#define XC_CTRLTYPE ctrl_Keyboard//ctrl_Joystick1//ctrl_Mouse #ifdef __DEBUG__ #define SCROLLEXEDEBUG -boolean - dbg_nointest=0, - dbg_joymousedelta=0; #endif //static map_t map; @@ -83,6 +79,10 @@ void main(int argc, char *argv[]) char bakapee[64] = FILENAME_1; char bakapeep[64] = FILENAME_1P; // char bakapee3[64] = FILENAME_3; +#ifdef __DEBUG__ + dbg_nointest=0; + dbg_joymousedelta=0; +#endif Startup16(&gvar);