]> 4ch.mooo.com Git - 16.git/blobdiff - src/scroll.c
modified: makefile
[16.git] / src / scroll.c
index f03cda5c4e20a1786ba7da1173c98a031f5388ef..239883f678332a467dd92647881c71e3454df139 100644 (file)
@@ -118,8 +118,9 @@ void main() {
        }*/\r
 \r
        /* create the map */
-       loadmap("data/test.map", &map);\r
-       map = allocMap(map.width,map.height); //20x15 is the resolution of the screen you can make maps smaller than 20x15 but the null space needs to be drawn properly\r
+       loadmap("data/test.map", &map/*, 0*/);\r
+       map = allocMap(map.width,map.height); //20x15 is the resolution of the screen you can make maps smaller than 20x15 but the null space needs to be drawn properly
+       //loadmap(NULL, &map, 1);\r
        //if(isEMS()) printf("%d tesuto\n", coretotalEMS());\r
        initMap(&map);\r
        mv.map = ↦\r