dtcm: Coverity 89185
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / bitmaps / bomb
1 #define bomb_width 16
2 #define bomb_height 16
3 #define bomb_x_hot 6
4 #define bomb_y_hot 9
5 static char bomb_bits[] = {
6    0x00, 0x00, 0x00, 0x17, 0xc0, 0x28, 0xc0, 0x14, 0xf0, 0x21, 0xfc, 0x07,
7    0xec, 0x07, 0xe6, 0x0f, 0xf6, 0x0f, 0xf6, 0x0f, 0xfe, 0x0f, 0xfe, 0x0f,
8    0xfc, 0x07, 0xfc, 0x07, 0xf0, 0x01, 0x00, 0x00};