X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=2f61443de3d0a72af5148d8fdba8e3680fbd019f;hb=8b9af5acd483d1b9b663cccaa42280cb0ee0d5cd;hp=d73171e7bf6bfc83134f0788060b9877cbbb114b;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index d73171e7..2f61443d 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -25,13 +25,13 @@ #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; void main() { bitmap_t bmp; - planar_buf_t *p; +//---- planar_buf_t *p; int i; word start; int plane; @@ -62,7 +62,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]);