X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=0fef713203fb71810994414f023ba6b66ab40a0a;hb=794cb5d2ad4413ce42e2308cfd6cac637bf1cefd;hp=5d9da94ac5a1eb007178435c5ec005e0f564bc88;hpb=129670c21e8aaec58e2a7a4f8595b629fd6dedd7;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 5d9da94a..0fef7132 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -30,8 +30,8 @@ #include #include "src/lib/16_head.h" #include "src/lib/16_timer.h" -#include "src/lib/bitmap.h" -#include "src/lib/planar.h" +#include "src/lib/16_sprite.h" +#include "src/lib/bitmap.h" //old format #ifdef __WATCOMC__ #include "src/lib/16_dbg.h" #endif @@ -44,7 +44,7 @@ //#define TESTCONTROLNOISY #endif -extern boolean testkeyin,testcontrolnoisy,testctrltype; +extern boolean testkeyin,testcontrolnoisy; //if else for gfxtesting and direction //player[pn].d == 2 || @@ -231,7 +231,8 @@ typedef struct //0000 planar_buf_t huge *data; //supposively the sprite sheet data // planar_buf_t data; //supposively the sprite sheet data ////0000---- - bitmap_t *data; //supposively the sprite sheet data + struct sprite *spri; //supposively the sprite sheet data + 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 */ CursorInfo info;