X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=3d0fb2c674916ec112a3c29b9e0e32e0777eb6c2;hb=19d97c4277378f20c6c756981f4123cdc6cbb32b;hp=9f4936b96cc951548f0da81797c5bc17acb61262;hpb=ef6299431f115ac663324d55ffb64570a2e66258;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 9f4936b9..3d0fb2c6 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -48,7 +48,7 @@ typedef struct { } bitmap_t; typedef struct { - byte **data; + byte huge **data; word ntiles; /* the number of tiles */ word twidth; /* width of the tiles */ word theight; /* height of the tiles */ @@ -56,7 +56,7 @@ typedef struct { } tileset_t; typedef struct { - byte far *plane[4]; /* 4 planes of image data */ + byte huge *plane[4]; /* 4 planes of image data */ word width; /* width of the image (spread across 4 planes) */ word height; /* height of the image (spread across 4 planes) */ word pwidth; /* the number of bytes in each plane */