]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_map.h
Map reading cleaned up; scroll16.c temporary excluded from gr.libs in makefile
[16.git] / src / lib / 16_map.h
index 3665a650be4ec6e2931059c5da17e0c7c0ae62ba..4a9ce9bbc903ae95bb26a1c4db8798a0f5ec5c92 100755 (executable)
@@ -41,7 +41,7 @@ typedef struct {
 } tiles_t;\r
 \r
 typedef struct {\r
-       byte    **data;\r
+       byte    * huge *data;\r
        tiles_t **tiles;\r
        int width;      //this has to be signed!\r
        int height;     //this has to be signed!\r