]> 4ch.mooo.com Git - 16.git/commitdiff
==== bloody! ====
authorsparky4 <sparky4@cock.li>
Mon, 13 Feb 2017 20:21:04 +0000 (14:21 -0600)
committersparky4 <sparky4@cock.li>
Mon, 13 Feb 2017 20:21:04 +0000 (14:21 -0600)
src/lib/16_tdef.h

index 50bc22614e2f3bd512b30334d51677a6689e3886..b638071c1686c6c99462765435971f29bbc719a7 100755 (executable)
@@ -79,13 +79,14 @@ typedef struct {
 \r
 //TODO: 16_mm and 16_ca must handle this\r
 //TODO: add variables from 16_ca\r
+#define MAPLAYERS 2\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