X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=29ecc130e1f91616bf870bd9f88a895c6ea30f90;hb=fb97121f7d0be4408d8e2ed98a2f7b10b852a915;hp=16b9b0aeab16accbd8f778ae988c97c34dec478e;hpb=631d2bde47de81ead5300f7aca378447387f254c;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 16b9b0ae..29ecc130 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -36,16 +36,10 @@ #include "src/lib/bitmap.h" //old format #endif #ifdef __DEBUG__ -//#define __DEBUG_InputMgr__ +#define __DEBUG_InputMgr__ +extern boolean dbg_testkeyin,dbg_testcontrolnoisy; #endif -#ifdef __DEBUG_InputMgr__ -//#define TESTKEYIN -//#define TESTCONTROLNOISY -#endif - -extern boolean testkeyin,testcontrolnoisy; - //if else for gfxtesting and direction //player[pn].d == 2 || //player[pn].d != 2 || @@ -231,7 +225,10 @@ typedef struct //0000 planar_buf_t huge *data; //supposively the sprite sheet data // planar_buf_t data; //supposively the sprite sheet data ////0000---- - struct sprite *spri; //supposively the sprite sheet data +#ifdef __WATCOMC__ + struct sprite *spri; //supposively the sprite sheet data + memptr gr; +#endif bitmap_t *data; //supposively the sprite sheet data//old format sword hp; //hitpoints of the player int persist_aniframe; /* gonna be increased to 1 before being used, so 0 is ok for default */