]> 4ch.mooo.com Git - 16.git/commitdiff
wwww reverted back to before breaking
authorsparky4 <sparky4@cock.li>
Mon, 13 Feb 2017 19:53:46 +0000 (13:53 -0600)
committersparky4 <sparky4@cock.li>
Mon, 13 Feb 2017 19:53:46 +0000 (13:53 -0600)
1  2 
src/lib/16_tdef.h

diff --combined src/lib/16_tdef.h
index 50bc22614e2f3bd512b30334d51677a6689e3886,abd71bdf1b8f888737bd5fe563a990d432322148..c1fe7c29a1e0653d2e7ca4875c16d06c7250a397
@@@ -67,7 -67,7 +67,11 @@@ typedef struct 
  //TODO: 16_mm and 16_ca must handle this\r
  typedef struct {\r
        bitmap_t far *data;             //old\r
++<<<<<<< HEAD
 +      //planar_buf_t far *data;       //old\r
++=======
+       //planar_buf_t far *pbdata;     //old\r
++>>>>>>> ee3674e42a19f516ea9a48df2c9f3593409141c6
        word tileHeight, tileWidth;\r
        unsigned int rows, cols;\r
  //    #ifdef __DEBUG__\r
  \r
  //TODO: 16_mm and 16_ca must handle this\r
  //TODO: add variables from 16_ca\r
+ #define MAPLAYERS 4\r
  typedef struct {\r
        //long          planestart[3];\r
        //unsigned      planelength[3];\r
        byte *data;                     //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 *layertile[2];  //TODO: 16_mm and 16_ca must handle this\r
+       tiles_t far *layertile[MAPLAYERS];      //TODO: 16_mm and 16_ca must handle this\r
        int width, height;              //this has to be signed!\r
        byte name[16];\r
  } map_t;\r