]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
wwww
[16.git] / src / lib / 16_in.h
index 5d9da94ac5a1eb007178435c5ec005e0f564bc88..d2dfb54a2e1b02ee9985a4029179178a58990629 100755 (executable)
@@ -30,8 +30,8 @@
 #include <string.h>\r
 #include "src/lib/16_head.h"\r
 #include "src/lib/16_timer.h"\r
-#include "src/lib/bitmap.h"\r
-#include "src/lib/planar.h"\r
+#include "src/lib/16_sprit.h"\r
+#include "src/lib/bitmap.h"    //old format\r
 #ifdef __WATCOMC__\r
 #include "src/lib/16_dbg.h"\r
 #endif\r
@@ -44,7 +44,7 @@
 //#define TESTCONTROLNOISY\r
 #endif\r
 \r
-extern boolean testkeyin,testcontrolnoisy,testctrltype;\r
+extern boolean testkeyin,testcontrolnoisy;\r
 \r
 //if else for gfxtesting and direction\r
 //player[pn].d == 2 ||\r
@@ -231,7 +231,8 @@ typedef     struct
 //0000 planar_buf_t huge *data; //supposively the sprite sheet data\r
 //     planar_buf_t data; //supposively the sprite sheet data\r
 ////0000----\r
-       bitmap_t *data; //supposively the sprite sheet data\r
+       struct sprite *spri;    //supposively the sprite sheet data\r
+       bitmap_t *data;         //supposively the sprite sheet data//old format\r
        sword hp; //hitpoints of the player\r
        int persist_aniframe;    /* gonna be increased to 1 before being used, so 0 is ok for default */\r
        CursorInfo      info;\r