]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_map.h
See WHAT_WAS_CHANGED for details
[16.git] / src / lib / 16_map.h
index 7130e3bc38695e27d366ab9e45c3a64660fb070b..4fd0442967ee63cb39c49791b6cb37852e1b2d9f 100755 (executable)
@@ -39,19 +39,20 @@ typedef struct {
        word tileWidth;\r
        unsigned int rows;\r
        unsigned int cols;\r
-#ifdef __DEBUG__\r
+       #ifdef __DEBUG__\r
        boolean debug_text;     //show the value of the tile! wwww\r
        byte *debug_data;\r
-#endif\r
+       #endif\r
 } tiles_t;\r
 \r
 //TODO: 16_mm and 16_ca must handle this\r
+//TODO: add variables from 16_ca\r
 typedef struct {\r
        //long          planestart[3];\r
-       unsigned        planelength[3];\r
+       //unsigned      planelength[3];\r
        byte    * huge *data;   //TODO: 16_mm and 16_ca must handle this\r
        tiles_t **tiles;                //TODO: 16_mm and 16_ca must handle this\r
-       int width, height;      //this has to be signed!\r
+       unsigned int width, height;             //this has to be positive\r
        char            name[16];\r
 } map_t;\r
 \r