X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fscroll.c;h=30032eefd1e096d8e032802359de8f30775f4519;hb=a423e762973f70f457b66845696d58aa597291ed;hp=ea72555b534a2f8cfde5ab88a4db5dde921144b4;hpb=655913f0313102c92ca9e817262cb38ac4fe96c6;p=16.git diff --git a/src/scroll.c b/src/scroll.c index ea72555b..30032eef 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -568,7 +568,6 @@ void main() { if(keyp(2)){ modexShowPage(bg->page); panpagenum=0; } if(keyp(3)){ modexShowPage(spri->page); panpagenum=1; } if(keyp(4)){ modexShowPage(mask->page); panpagenum=2; } - if(keyp(0x44)){ bputs(spri->page, player.x+(TILEWH*2), player.y+(TILEWH*2), "wwww"); } //f10 if(keyp(25)){ pdump(bg); pdump(spri); } //p if(keyp(24)){ modexPalUpdate0(gpal); paloffset=0; pdump(bg); pdump(spri); } if(keyp(22)){ @@ -902,7 +901,7 @@ mapDrawCol(map_view_t *mv, int tx, int ty, word x) { /* location in the map array */ i=ty * mv->map->width + tx; - /* We'll copy all of the columns in the screen, + /* We'll copy all of the columns in the screen, i + 1 row above and one below */ for(y=0; ydyThresh && ty < mv->map->height; y+=mv->map->tiles->tileHeight, ty++) { if(i>=0) {