~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to player/thief.151

  • 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 thief_f_width 24
 
2
#define thief_f_height 24
 
3
static char thief_f_bits[] = {
 
4
   0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x50, 0x00, 0x00, 0xfc, 0x01,
 
5
   0x10, 0x88, 0x00, 0x20, 0x50, 0x00, 0xa0, 0xac, 0x01, 0x40, 0xde, 0x03,
 
6
   0xe0, 0xfe, 0x03, 0x80, 0x77, 0x07, 0x80, 0xff, 0x06, 0x00, 0xfb, 0x04,
 
7
   0x00, 0x50, 0x04, 0x00, 0xa8, 0x06, 0x00, 0xfc, 0x06, 0x00, 0xfc, 0x01,
 
8
   0x00, 0xde, 0x01, 0x00, 0xce, 0x01, 0x00, 0x8a, 0x01, 0x00, 0x8c, 0x01,
 
9
   0x00, 0x9c, 0x01, 0x00, 0x8e, 0x03, 0x00, 0x07, 0x07, 0x00, 0x00, 0x00};