From: sparky4 Date: Thu, 11 Jun 2015 18:39:47 +0000 (-0500) Subject: wwww testing~ wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=515733775418d3b126ea0fe185e56e53e14150e8;p=16.git wwww testing~ wwww modified: makefile modified: maptest0.exe modified: src/maptest0.c --- diff --git a/makefile b/makefile index c1219398..d5dc54c0 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ #-zkl = current codepage MFLAGS=-mh -CFLAGS=-zkl -wo -x## -mc# -zdp# -zp16 -zq +CFLAGS=-zkl -wo -x#### -mc# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ FLAGS=-0 -d2 $(OFLAGS) $(CFLAGS) REMOVECOMMAND=del diff --git a/maptest0.exe b/maptest0.exe index 4be39cc8..5a7fb128 100644 Binary files a/maptest0.exe and b/maptest0.exe differ diff --git a/src/maptest0.c b/src/maptest0.c index 268cadd1..3cc92a43 100644 --- a/src/maptest0.c +++ b/src/maptest0.c @@ -1,7 +1,7 @@ #include #include "src/lib/fmapread.h" -//#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);