]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/typdefst.h
wwww
[16.git] / src / lib / typdefst.h
index 9f4936b96cc951548f0da81797c5bc17acb61262..3d0fb2c674916ec112a3c29b9e0e32e0777eb6c2 100755 (executable)
@@ -48,7 +48,7 @@ typedef struct {
 } bitmap_t;\r
 \r
 typedef struct {\r
-       byte **data;\r
+       byte huge **data;\r
        word ntiles;   /* the number of tiles */\r
        word twidth;   /* width of the tiles */\r
        word theight;  /* height of the tiles */\r
@@ -56,7 +56,7 @@ typedef struct {
 } tileset_t;\r
 \r
 typedef struct {\r
-       byte far *plane[4];     /* 4 planes of image data */\r
+       byte huge *plane[4];     /* 4 planes of image data */\r
        word width;         /* width of the image (spread across 4 planes) */\r
        word height;        /* height of the image (spread across 4 planes) */\r
        word pwidth;        /* the number of bytes in each plane */\r