UWORD mips0[] = {  0xFAEE,  0xAAA8,  0xAAEE,  0x8A82,  0x8A8E };

/*----- bitmap : w = 16, h = 5 ------ */
static struct BitMap bm_mips = {
	2, 5, 0, 4,
	0,
	mips0, mips0, mips0, mips0,		/*  Trickery  */
	0, 0, 0, 0
};

struct object ob_mips = {
	&bm_mips,
	15, 5,
	1, NULL,
	0, 0, 0, 0, 0, 0, 0, 0,
	1, 2
};
