]> 4ch.mooo.com Git - 16.git/blobdiff - src/maptest.c
stuff is not aligning... ><
[16.git] / src / maptest.c
index 09a7202466f54a9d4462ce1def0a4f81e4ee9d88..86cda8db237ccb19b4f94e639b3f23d5d12a26f1 100644 (file)
@@ -8,9 +8,7 @@ main(int argc, char *argv[])
 {\r
        map_t map;
        short i;
-       //int lm;
        loadmap("data/test.map", &map);
-       //fprintf(stdout, "loadmap=     %d\n\n", lm);
        #ifdef DUMP
        fprintf(stdout, "map.width=     %d\n", map.width);
        fprintf(stdout, "map.height=    %d\n", map.height);