]> 4ch.mooo.com Git - 16.git/blobdiff - src/maptest.c
working on maptest
[16.git] / src / maptest.c
index ace55f254ee94e592893148c3ece5a54b11407b0..4a413ca83f59c6b1f21300b11f2d41f6be81ee69 100755 (executable)
@@ -61,7 +61,9 @@ main(int argc, char *argv[])
        {\r
                //fprintf(stdout, "%04d[%02d]", i, map.data[i]);\r
                fprintf(stdout, "%c", map.data[i]+44);\r
-               if(!((i+1)%map.width)){ fprintf(stdout, "[%d]", i); fprintf(stdout, "\n"); }\r
+               if(!((i+1)%map.width)){\r
+                       //fprintf(stdout, "[%d]", i);\r
+                       fprintf(stdout, "\n"); }\r
        }\r
        fprintf(stdout, "\n");\r
        #else\r