X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=0392b5cb3937f64e3cc44e244d97a7aaaa6a79a3;hb=849d2ef1b103d6c61905a8746bc8c460e32e5476;hp=7a8c3389c21e4caf37cb6e0d44a1f5dcc7c01442;hpb=c39d09723a7375861ff2d46efc946cfee56b1c7a;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index 7a8c3389..0392b5cb 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 * * This file is part of Project 16. * @@ -29,31 +29,6 @@ global_game_variables_t gvar; -/* -void -DrawPBuf(page_t *page, int x, int y, planar_buf_t *p, byte sprite) -{ - byte plane; - word px, py; - word offset; - - // TODO Make this fast. It's SLOOOOOOW - for(plane=0; plane < 4; plane++) { - modexSelectPlane(PLANE(plane+x)); - for(px = plane; px < p->width; px+=4) { - offset=px; - for(py=0; pyheight/2; py++) { - SELECT_ALL_PLANES(); - if(!sprite || p->plane[offset]) - page->data = p->plane; - //offset+=p->width; - //offset++; - } - } - } -} -*/ - void main() { bitmap_t bmp; planar_buf_t *p;