]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
refresh wwww
[16.git] / src / lib / 16_in.h
index 9ac30e81504be1640a845aa48668105bf218da4c..5d9da94ac5a1eb007178435c5ec005e0f564bc88 100755 (executable)
@@ -32,7 +32,9 @@
 #include "src/lib/16_timer.h"\r
 #include "src/lib/bitmap.h"\r
 #include "src/lib/planar.h"\r
-\r
+#ifdef __WATCOMC__\r
+#include "src/lib/16_dbg.h"\r
+#endif\r
 #ifdef __DEBUG__\r
 //#define      __DEBUG_InputMgr__\r
 #endif\r
@@ -229,7 +231,7 @@ 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 huge *data; //supposively the sprite sheet data\r
+       bitmap_t *data; //supposively the sprite sheet data\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