X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fmaptest.c;h=c25fa516bf21390415c33b63c15848d53c9cf7be;hb=d799ef823a8b57ba6c783ed323430254083158be;hp=deef4c7c5ac6bda9d6d9a778b62034d299dc8cc9;hpb=7473a2ca27ea7bd740f5a0d271d89c6fdca68a49;p=16.git diff --git a/src/maptest.c b/src/maptest.c index deef4c7c..c25fa516 100755 --- a/src/maptest.c +++ b/src/maptest.c @@ -55,7 +55,11 @@ main(int argc, char *argv[]) //loadmap("data/test.map", &map); //newloadmap("data/test.map", &map); +#ifdef __NEWMAPTILEDATAVARS__ CA_loadmap("data/test.map", &map, &gvar); +#else + CA_loadmap("data/newtest.map", &map, &gvar); +#endif #ifdef DUMP fprintf(stdout, "map.width= %d\n", map.width); fprintf(stdout, "map.height= %d\n", map.height);