From: sparky4 Date: Wed, 8 Feb 2017 15:13:54 +0000 (-0600) Subject: working on maptest X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e2192a21144516242c338602b078ff01d36e05e;p=proj16%2F16.git working on maptest --- diff --git a/src/maptest.c b/src/maptest.c index ace55f25..4a413ca8 100755 --- a/src/maptest.c +++ b/src/maptest.c @@ -61,7 +61,9 @@ main(int argc, char *argv[]) { //fprintf(stdout, "%04d[%02d]", i, map.data[i]); fprintf(stdout, "%c", map.data[i]+44); - if(!((i+1)%map.width)){ fprintf(stdout, "[%d]", i); fprintf(stdout, "\n"); } + if(!((i+1)%map.width)){ + //fprintf(stdout, "[%d]", i); + fprintf(stdout, "\n"); } } fprintf(stdout, "\n"); #else