From: sparky4 Date: Fri, 5 Jun 2015 17:40:09 +0000 (-0500) Subject: attempts to load fails badly! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c9101ccf6fdf8ad35727fab5d5ddd17a09f25f28;p=16.git attempts to load fails badly! modified: scroll.exe modified: src/scroll.c --- diff --git a/scroll.exe b/scroll.exe index b2840925..73ad2056 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index 26e1c9d3..ceee8644 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -107,7 +107,7 @@ void main() { /* create the map */ //0000 printf("Total used @ before map load: %zu\n", oldfreemem-GetFreeSize()); //0000 fprintf(stderr, "testing~\n"); -//++++ loadmap("data/test.map", &map); + loadmap("data/test.map", &map); //0000 fprintf(stderr, "yay map loaded~~\n"); //---- 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 //if(isEMS()) printf("%d tesuto\n", coretotalEMS());