static UWORD bptr20[] = { 
  0xFF00,  0xFF00,  0xFF00,  0xFF00,  0xFF00,  0xFF00,  0xFF00,  0xFF00
};

static UWORD bptr22[8];

/*----- bitmap : w = 16, h = 8 ------ */
static struct BitMap bm_bptr2 = {
	2, 8, 0, 4,
	0,
	bptr20, bptr20, bptr22, bptr20,		/*  Trickery here  */
	0, 0, 0, 0
};

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