X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscroll16.c;h=744db87d39268ec2b20d6fe8dbb2c8ae137d5323;hb=c5dbea494cdfaf301cc12246fea54557c7bc4f21;hp=6f83207c4549c6578b47b6ee4a4fe845165108fe;hpb=fc0091a56ec3c5c6289ed860dac329c435f4b85d;p=16.git diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index 6f83207c..744db87d 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -469,6 +469,7 @@ sword chkmap(map_t *map, word q) map->tiles->cols = 1; map->tiles->debug_text = true; } + else map->tiles->debug_text = false; return 0; } @@ -702,6 +703,6 @@ void animatePlayer(map_view_t *pip, player_t *player, word playnum, sword scroll //modexClearRegion(top->page, 66, 66, 2, 40, 0); //modexCopyPageRegion(dest->page, top->page, 66, 66, 66, 66, 2, 40); //turn this off if XT - //XTif(detectcpu() > 0) + if(detectcpu() > 0) modexWaitBorder(); }