]> 4ch.mooo.com Git - 16.git/blobdiff - src/maptest0.c
wwww testing~ wwww
[16.git] / src / maptest0.c
index 268cadd153cfa82ce3c212e1de8fdff4e6e9b792..3cc92a43375f65ad989f0282126d93a950688b62 100644 (file)
@@ -1,7 +1,7 @@
 #include <conio.h>
 #include "src/lib/fmapread.h"\r
 
-//#define DUMP
+#define DUMP
 //#define DUMP_MAP
 
 void
@@ -19,7 +19,7 @@ main(int argc, char *argv[])
        getch();
 
        fprintf(stderr, "loading~\n\n");
-       loadmap("data/tes0.map", &map);
+       loadmap("data/test.map", &map);
        fprintf(stderr, "\nokies~\n");
        #ifdef DUMP
        fprintf(stdout, "map.width=     %d\n", map.width);