]> 4ch.mooo.com Git - 16.git/blobdiff - src/xcroll.c
p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I...
[16.git] / src / xcroll.c
index c968bdf6a76270d950863cf5c6748fdcc78df0a7..bbfe552d10d7b8ddc0bff2c7a3dc1f12678e1d9c 100755 (executable)
@@ -26,7 +26,7 @@
 #include "src/lib/16_dbg.h"\r
 \r
 #define FADE\r
-//#define NOMAPLOAD\r
+#define NOMAPLOAD\r
 \r
 //map_view_t mv[4];\r
 static map_t map;\r
@@ -84,15 +84,16 @@ void main(int argc, char *argv[])
        //----gvar.player[0].enti.spri.spritesheet = malloc(sizeof(struct vrs_container));\r
 \r
        // create the map\r
-#ifndef NOMAPLOAD\r
 //     fprintf(stderr, "testing map load~      ");\r
        CA_loadmap("data/test.map", &map, &gvar);\r
+#ifndef NOMAPLOAD\r
        chkmap(&map, 0);\r
 //     initMap(&map);\r
 //     printf("chkmap ok       ");\r
 //     fprintf(stderr, "yay map loaded~~\n");\r
 #else\r
-       initMap(&map);\r
+       chkmap(&map, 1);\r
+       //initMap(&map);\r
 #endif\r
        // data\r
        VRS_LoadVRS(bakapee1, &gvar.player[0].enti, &gvar);\r