From: sparky4 Date: Sun, 30 Aug 2015 16:09:51 +0000 (-0500) Subject: ok X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=91850a3efdde90377b7fdd3745b4c21606f35cbd;p=16.git ok modified: scroll.exe modified: src/scroll.c --- diff --git a/scroll.exe b/scroll.exe index 2e73efb1..7716e981 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index d65782d1..81a654fb 100755 --- a/src/scroll.c +++ b/src/scroll.c @@ -54,9 +54,10 @@ void main() player[0].persist_aniframe=0; player[0].speed=4; - + printf("starting timer\n"); start_timer(&gvar); gvar.frames_per_second = 60; + printf("ok\n"); //extern struct inconfig inpu; // atexit(qclean()); @@ -72,6 +73,7 @@ void main() map.width=0; map.height=0; chkmap(&map, 1); + printf("chkmap ok\n"); //0000 fprintf(stderr, "yay map loaded~~\n"); mv[0].map = ↦ mv[1].map = ↦ @@ -88,6 +90,7 @@ void main() /* create the planar buffer */ //0000 printf("Total used @ before planar buffer creation: %zu\n", oldfreemem-GetFreeSize()); p = planar_buf_from_bitmap(&player[0].data); + printf("planar buffer ok\n"); //0000 printf("Total used @ after planar buffer creation: %zu\n", oldfreemem-GetFreeSize()); /* input! */