X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcxtest2.c;h=167e1f6a46f955f2b8071112cec982b1ad1bad63;hb=9603f9511aceaee61cf873f6ac2b9876a6892fc1;hp=c6706448fec337396137ae2f489c59f946e00a56;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/pcxtest2.c b/src/pcxtest2.c index c6706448..167e1f6a 100755 --- a/src/pcxtest2.c +++ b/src/pcxtest2.c @@ -25,7 +25,7 @@ #include #include "src/lib/modex16.h" #include "src/lib/bitmap.h" -#include "src/lib/planar.h" +//----#include "src/lib/planar.h" global_game_variables_t gvar; @@ -56,7 +56,7 @@ DrawPBuf(page_t *page, int x, int y, planar_buf_t *p, byte sprite) void main() { bitmap_t bmp; - planar_buf_t *p; +//---- planar_buf_t *p; int i; word start; int plane; @@ -87,7 +87,7 @@ void main() { bmp = bitmapLoadPcx("data/chikyuu.pcx"); // bmp = bitmapLoadPcx("data/koishi^^.pcx"); // bmp = bitmapLoadPcx("16/PCX_LIB/chikyuu.pcx"); - p = planar_buf_from_bitmap(&bmp); +//---- p = planar_buf_from_bitmap(&bmp); VGAmodeX(1, 1, &gvar); gvar.video.page[0]=modexDefaultPage(&gvar.video.page[0]); gvar.video.page[0].sw+=32;