X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_map.h;h=4a9ce9bbc903ae95bb26a1c4db8798a0f5ec5c92;hb=762357f4a3dc3b6e8bf14e6e13e7df292fe2f4b7;hp=3665a650be4ec6e2931059c5da17e0c7c0ae62ba;hpb=22e2009b7f5d8605fd39b011ea6bba405c7ecc0f;p=16.git diff --git a/src/lib/16_map.h b/src/lib/16_map.h index 3665a650..4a9ce9bb 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -41,7 +41,7 @@ typedef struct { } tiles_t; typedef struct { - byte **data; + byte * huge *data; tiles_t **tiles; int width; //this has to be signed! int height; //this has to be signed!