]> 4ch.mooo.com Git - 16.git/blobdiff - src/maptest.c
oops fixie fixy
[16.git] / src / maptest.c
index 09a7202466f54a9d4462ce1def0a4f81e4ee9d88..589d6d11d518a0ed343f3b00e4125eba6b04961e 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);
@@ -28,4 +26,5 @@ main(int argc, char *argv[])
        fprintf(stdout, "&map.height==%Fp\n", map.height);\r
        fprintf(stdout, "&map.data==%Fp\n", map.data);
        #endif
+       fprintf(stdout, "okies~\n");
 }\r