~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to armour/mail/robe.111

  • Committer: uid200
  • Date: 1999-03-29 04:46:43 UTC
  • Revision ID: vcs-imports@canonical.com-19990329044643-f5e80d33562fef45
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define robe_width 24
 
2
#define robe_height 24
 
3
static char robe_bits[] = {
 
4
0x00,0x00,0x00,0x00,0x3e,0x00,0xc0,0xff,0x01,0xe0,0xc9,0x03,
 
5
0xf0,0xeb,0x07,0xf0,0xeb,0x07,0xf8,0xeb,0x0f,0xf8,0xeb,0x0f,
 
6
0xfc,0xeb,0x1f,0xbc,0xeb,0x1e,0xbe,0xeb,0x3e,0xde,0xdd,0x3d,
 
7
0xde,0xdd,0x3d,0xce,0xdd,0x39,0xcc,0xdd,0x19,0xc0,0xdd,0x01,
 
8
0xe0,0xdd,0x03,0xe0,0xdd,0x03,0xe0,0xdd,0x03,0xe0,0xe3,0x03,
 
9
0xe0,0xc1,0x03,0xc0,0xc1,0x01,0x00,0x00,0x00,0x00,0x00,0x00};