X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=2e1cd4883a74617ae1afbde2a0e3a37d0e9e52d8;hb=406b5fda9569ccdcf5fad9944f442b24ec0662fa;hp=9f4936b96cc951548f0da81797c5bc17acb61262;hpb=c932501b7326877eac49c5e64e9ef76b70b3b124;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 9f4936b9..2e1cd488 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -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 */