mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 15:22:16 +00:00
bd911a47db
taken his patch against icculus.org's quake2 tree, and applied it to solaris/ and then migrated that stuff to our tree in src/ so it gets built.
12 lines
735 B
C
12 lines
735 B
C
#define q2_width 32
|
|
#define q2_height 32
|
|
static unsigned char q2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x01,0x40,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,
|
|
0x01,0x00,0x00,0x00,0x01,0x20,0x00,0x00,0x02,0x20,0x00,0x00,0x02,0x30,0x00,
|
|
0x00,0x04,0x30,0x00,0x00,0x04,0x10,0x00,0x00,0x04,0x30,0x00,0x00,0x06,0x10,
|
|
0x00,0x00,0x06,0x30,0x00,0x00,0x06,0x70,0x00,0x00,0x02,0x60,0xf0,0x07,0x03,
|
|
0xe0,0x60,0x83,0x03,0xc0,0x61,0x83,0x01,0xc0,0x63,0xe3,0x01,0x00,0x67,0x73,
|
|
0x00,0x00,0xff,0x7f,0x00,0x00,0xfc,0x1f,0x00,0x00,0xf0,0x07,0x00,0x00,0x60,
|
|
0x03,0x00,0x00,0x60,0x03,0x00,0x00,0x60,0x03,0x00,0x00,0x60,0x03,0x00,0x00,
|
|
0x60,0x03,0x00,0x00,0x60,0x03,0x00,0x00,0x20,0x02,0x00,0x00,0x40,0x01,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|