From: sparky4 Date: Wed, 27 Jul 2016 14:06:11 +0000 (-0500) Subject: meh did some cleanings and i will work on mapread to mm thingy sometime soon X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=3c3fd6c2b3b0792317c432593f370cbafde9d293;p=16.git meh did some cleanings and i will work on mapread to mm thingy sometime soon --- diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index d4acb8a9..a6d531b4 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -753,7 +753,7 @@ void mapDrawWCol(map_view_t *mv, int tx, int ty, word x) }*/ unsigned char shinku_fps_indicator_page = 2; -boolean pageflipflop; +boolean pageflipflop = 1; boolean pageploop = 1; /* sync */ diff --git a/src/maptest.c b/src/maptest.c index d4375e4e..cba6d07f 100755 --- a/src/maptest.c +++ b/src/maptest.c @@ -36,7 +36,7 @@ main(int argc, char *argv[]) fprintf(stderr, fmt, _memavl()); fprintf(stderr, fmt0, _memmax()); fprintf(stderr, "Size of map var = %u\n", _msize(&map)); - fprintf(stderr, "program always crashes for some reason...."); + //fprintf(stderr, "program always crashes for some reason....\n"); getch(); loadmap("data/test.map", &map); diff --git a/src/scroll.c b/src/scroll.c index 840f0b7d..a0027f10 100755 --- a/src/scroll.c +++ b/src/scroll.c @@ -40,7 +40,7 @@ sword bakapee; pan_t pan; //debugswitches boolean panswitch=0; -extern boolean pageflipflop=1; +//extern boolean pageflipflop=1; unsigned int i; const char *cpus; //static int persist_aniframe = 0; /* gonna be increased to 1 before being used, so 0 is ok for default */