X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fscroll.c;h=239883f678332a467dd92647881c71e3454df139;hb=47de84fccfcf27e3cf83004b74eee1215284c5df;hp=f03cda5c4e20a1786ba7da1173c98a031f5388ef;hpb=fe2aef9b2ab194e6b54f1e6fd9313c521ed3fc4b;p=16.git diff --git a/src/scroll.c b/src/scroll.c index f03cda5c..239883f6 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -118,8 +118,9 @@ void main() { }*/ /* create the map */ - loadmap("data/test.map", &map); - 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("data/test.map", &map/*, 0*/); + 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); //if(isEMS()) printf("%d tesuto\n", coretotalEMS()); initMap(&map); mv.map = ↦