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