]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_map.h
wwww
[16.git] / src / lib / 16_map.h
index 512a81aff3a0b4400f1b19d81da55b7a41834b7d..103ff76369a2cefec8ebf918320f9bb86eac0860 100755 (executable)
@@ -38,8 +38,8 @@
 \r
 //TODO: 16_mm and 16_ca must handle this\r
 typedef struct {\r
-       bitmap_t huge *btdata;          //old\r
-       planar_buf_t huge *data;        //old\r
+       bitmap_t far *btdata;           //old\r
+       planar_buf_t far *data; //old\r
        word tileHeight, tileWidth;\r
        unsigned int rows, cols;\r
        #ifdef __DEBUG__\r
@@ -54,9 +54,9 @@ typedef struct {
        //long          planestart[3];\r
        //unsigned      planelength[3];\r
        byte *data;                     //TODO: 16_mm and 16_ca must handle this\r
-       byte * huge *layerdata; //TODO: 16_mm and 16_ca must handle this\r
+       byte * far *layerdata;  //TODO: 16_mm and 16_ca must handle this\r
        tiles_t *tiles;         //TODO: 16_mm and 16_ca must handle this\r
-       tiles_t * huge *layertile;      //TODO: 16_mm and 16_ca must handle this\r
+       tiles_t * far *layertile;       //TODO: 16_mm and 16_ca must handle this\r
        int width, height;              //this has to be signed!\r
        char            name[16];\r
 } map_t;\r