]> 4ch.mooo.com Git - 16.git/blobdiff - src/maptest.c
disabled drawing of rows and colums in the scroll functions with a page.id
[16.git] / src / maptest.c
index ee033104774ebb4a01d9cc4c4176f2c096d32757..b9fe79dec44c6f33ce91cc31a7405970332b2659 100644 (file)
@@ -1,7 +1,7 @@
 #include "src/lib/mapread.h"\r
 
 #define DUMP
-#define DUMP_MAP
+//#define DUMP_MAP
 
 void
 main(int argc, char *argv[])\r
@@ -20,6 +20,7 @@ main(int argc, char *argv[])
        }
        fprintf(stdout, "\n");
        #endif
+       fprintf(stdout, "&main()=%Fp\n", *argv[0]);
        fprintf(stdout, "&map==%Fp\n", &map);
        fprintf(stdout, "&map.tiles==%Fp\n", map.tiles);
        fprintf(stdout, "&map.width==%Fp\n", map.width);