static UWORD bptr40[8];

static UWORD bptr42[] = { 
  0xF800,  0xF800,  0xF800,  0xF800,  0xF800,  0xF800,  0xF800,  0xF800
};

/*----- bitmap : w = 16, h = 8 ------ */
static struct BitMap bm_bptr4 = {
	2, 8, 0, 4,
	0,
	bptr40, bptr40, bptr42, bptr42,		/*  More tricks  */
	0, 0, 0, 0
};

struct object ob_bptr4 = {
	&bm_bptr4,
	5, 8,
	1, NULL,
	0, 0, 0, 0, 0, 0, 0, 0,
	0			/*  Motionless (more or less)  */
};
