From 2e2192a21144516242c338602b078ff01d36e05e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 8 Feb 2017 09:13:54 -0600 Subject: [PATCH] working on maptest --- src/maptest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2