X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=772f30660bf4f0eb04a4b3598c05980ef47f2cea;hb=d31b48962de4f4384cca54f92db59ccc0bb06fbc;hp=9f4936b96cc951548f0da81797c5bc17acb61262;hpb=ef6299431f115ac663324d55ffb64570a2e66258;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 9f4936b9..772f3066 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 * * This file is part of Project 16. * @@ -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 */