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