From: sparky4 Date: Fri, 5 Jun 2015 17:36:13 +0000 (-0500) Subject: Scroll.exe is seriously broken.... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=bae40ccbdf9b1d39b790d064d69eb4d25b29162d;p=16.git Scroll.exe is seriously broken.... modified: scroll.exe modified: src/scroll.c --- diff --git a/scroll.exe b/scroll.exe index fd7110f9..b2840925 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index b2b1f98f..26e1c9d3 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -106,9 +106,9 @@ void main() { /* create the map */ //0000 printf("Total used @ before map load: %zu\n", oldfreemem-GetFreeSize()); - fprintf(stderr, "testing~\n"); +//0000 fprintf(stderr, "testing~\n"); //++++ loadmap("data/test.map", &map); - fprintf(stderr, "yay map loaded~~\n"); +//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()); //---- initMap(&map);