X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_map.h;h=4fd0442967ee63cb39c49791b6cb37852e1b2d9f;hb=c8dd189c61a9d0e0ef34224be609f1c8f590be7c;hp=7130e3bc38695e27d366ab9e45c3a64660fb070b;hpb=9676e77f1f4ed81097fa84609c6cf6611913e9ce;p=16.git diff --git a/src/lib/16_map.h b/src/lib/16_map.h index 7130e3bc..4fd04429 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -39,19 +39,20 @@ typedef struct { word tileWidth; unsigned int rows; unsigned int cols; -#ifdef __DEBUG__ + #ifdef __DEBUG__ boolean debug_text; //show the value of the tile! wwww byte *debug_data; -#endif + #endif } tiles_t; //TODO: 16_mm and 16_ca must handle this +//TODO: add variables from 16_ca typedef struct { //long planestart[3]; - unsigned planelength[3]; + //unsigned planelength[3]; byte * huge *data; //TODO: 16_mm and 16_ca must handle this tiles_t **tiles; //TODO: 16_mm and 16_ca must handle this - int width, height; //this has to be signed! + unsigned int width, height; //this has to be positive char name[16]; } map_t;