]> 4ch.mooo.com Git - 16.git/commitdiff
wwww testing~ wwww
authorsparky4 <sparky4@cock.li>
Thu, 11 Jun 2015 18:39:47 +0000 (13:39 -0500)
committersparky4 <sparky4@cock.li>
Thu, 11 Jun 2015 18:39:47 +0000 (13:39 -0500)
modified:   makefile
modified:   maptest0.exe
modified:   src/maptest0.c

makefile
maptest0.exe
src/maptest0.c

index c1219398d00d131675e9b10d48f4606dd9edf438..d5dc54c026151da3f3efbad97ee2d8633551e9b6 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
 #-zkl = current codepage\r
 
 MFLAGS=-mh\r
-CFLAGS=-zkl -wo -x## -mc# -zdp# -zp16 -zq\r
+CFLAGS=-zkl -wo -x#### -mc# -zdp# -zp16 -zq\r
 OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+\r
 FLAGS=-0 -d2 $(OFLAGS) $(CFLAGS)\r
 REMOVECOMMAND=del\r
index 4be39cc844b73d7de2b0eceac9e624d9f6885763..5a7fb1283aba1fa9fd24e6a6c3c99b6432a37cf4 100644 (file)
Binary files a/maptest0.exe and b/maptest0.exe differ
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);